Skip to content

Commit

Permalink
use default for nomad alloc that doesn't error
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed May 20, 2022
1 parent 0ed3fcb commit f31267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cardano/entrypoints.nix
Expand Up @@ -263,7 +263,7 @@ in {
# in nomad: producer is always the node with index 0
producer=0
[ "''${NOMAD_ALLOC_INDEX:-}" -eq "0" ] && producer=1
[ "''${NOMAD_ALLOC_INDEX:-1}" -eq "0" ] && producer=1
${prelude}
Expand Down

0 comments on commit f31267f

Please sign in to comment.