Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Mar 13, 2024
1 parent 5565d87 commit 990a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/backend/nomad/cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ allocate-run-nomadcloud() {
if jqtest '.cluster.aws.minimun_storage != null' "${dir}"/profile.json
then
local kb_free kb_needed
kb_free="$(wb nomad clients storage-kb-available "${node_name}")".
kb_free="$(wb nomad clients storage-kb-available "${client_name}")".
if test "${node_name}" = "explorer"
then
kb_needed="$(jq -r .cluster.aws.minimun_storage.explorer "${dir}"/profile.json)"
Expand Down

0 comments on commit 990a11c

Please sign in to comment.