Skip to content

Commit 223bcf0

Browse files
committed
cicero nomad job: fix bad CLI args
introduced in 42471a4
1 parent 394bcae commit 223bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ in {
292292
count = 3;
293293

294294
task.cicero.config = {
295-
args = append ["nomad"];
295+
args = append ["--" "nomad"];
296296
};
297297
};
298298
};

0 commit comments

Comments
 (0)