Update index.mdx (#9278)

Unclosed quotes kill builds
This commit is contained in:
jmarcelletti 2020-05-25 05:18:03 -04:00 committed by GitHub
parent 688ed63edf
commit 67df9f778a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ build {
provisioner "shell" {
inline = [
"echo it's alive !"
"echo 'it is alive !'"
]
}
}