Skip to content

Commit

Permalink
fix typo (hashicorp#6564)
Browse files Browse the repository at this point in the history
  • Loading branch information
curx authored and stack72 committed May 10, 2016
1 parent 9cc21d6 commit 4bbb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/digitalocean/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "digitalocean_droplet" "mywebserver" {

provisioner "remote-exec" {
inline = [
"export PATh=$PATH:/usr/bin",
"export PATH=$PATH:/usr/bin",
"sudo apt-get update",
"sudo apt-get -y install nginx"
]
Expand Down

0 comments on commit 4bbb9a6

Please sign in to comment.