Skip to content

Commit

Permalink
address bug preventing the create vm script from executing
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandezc1 committed Jun 5, 2024
1 parent 60f8a63 commit da87659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/setup_broker/rubin/setup_broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ fi
#--- Create VM instances
echo
echo "Configuring VMs..."
./create_vms.sh "${broker_bucket}" "${testid}" "${teardown}" "${survey}" "${zone}" "${firewallrule}"
./create_vm.sh "${broker_bucket}" "${testid}" "${teardown}" "${survey}" "${zone}" "${firewallrule}"

0 comments on commit da87659

Please sign in to comment.