Fix job example

This commit is contained in:
Seth Vargo 2016-10-31 10:43:29 -04:00
parent 358aa6a260
commit 693baf2525
No known key found for this signature in database
GPG key ID: 905A90C2949E8787

View file

@ -172,7 +172,8 @@ job "docs" {
driver = "exec"
config {
command = "cat local/secrets.txt"
command = "cat"
args = ["local/secrets.txt"]
}
template {