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
1 changed files with 1 additions and 1 deletions

View File

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