Skip to content

Commit

Permalink
Fix key handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Sep 13, 2024
1 parent a98f831 commit a17156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/dev-tools/bare_metal_deployment/benchmark_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tools="${@:4}"

key_component=()
if [ "${ssh_key}" != "None" ]; then
key_component=("-i", "${ssh_key}")
key_component=("-i" "${ssh_key}")
fi

TMPDIR=$(mktemp -d)
Expand Down

0 comments on commit a17156b

Please sign in to comment.