diff --git a/nix/workbench/backend/nomad/cloud.sh b/nix/workbench/backend/nomad/cloud.sh index 07be7ced90f..09ccf99b1de 100644 --- a/nix/workbench/backend/nomad/cloud.sh +++ b/nix/workbench/backend/nomad/cloud.sh @@ -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)"