Fix job example
This commit is contained in:
parent
358aa6a260
commit
693baf2525
|
@ -172,7 +172,8 @@ job "docs" {
|
|||
driver = "exec"
|
||||
|
||||
config {
|
||||
command = "cat local/secrets.txt"
|
||||
command = "cat"
|
||||
args = ["local/secrets.txt"]
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Reference in a new issue