Skip to content

Commit

Permalink
cicero nomad job: fix bad CLI args
Browse files Browse the repository at this point in the history
introduced in 42471a4
  • Loading branch information
dermetfan committed Sep 6, 2022
1 parent 394bcae commit 223bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cloud/nomadEnvs/cicero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ in {
count = 3;

task.cicero.config = {
args = append ["nomad"];
args = append ["--" "nomad"];
};
};
};
Expand Down

0 comments on commit 223bcf0

Please sign in to comment.