fix typo (#6564)
This commit is contained in:
parent
9cc21d62f2
commit
4bbb9a674b
|
@ -17,7 +17,7 @@ resource "digitalocean_droplet" "mywebserver" {
|
||||||
|
|
||||||
provisioner "remote-exec" {
|
provisioner "remote-exec" {
|
||||||
inline = [
|
inline = [
|
||||||
"export PATh=$PATH:/usr/bin",
|
"export PATH=$PATH:/usr/bin",
|
||||||
"sudo apt-get update",
|
"sudo apt-get update",
|
||||||
"sudo apt-get -y install nginx"
|
"sudo apt-get -y install nginx"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue