Skip to content

Commit

Permalink
address reivew comments
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Jun 6, 2024
1 parent 042ee68 commit b37d352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/capi/hack/ensure-packer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ if (command -v packer) >/dev/null 2>&1; then
if !(timeout 10 packer version) >/dev/null 2>&1; then
echo "unexpected packer found";
echo "downloading hashicorp packer version v1.9.5"
exit 0
fi
existing_packer_version=$(packer version | head -1 | cut -d 'v' -f 2; exit 0)
echo "existing packer version: $existing_packer_version"
Expand Down

0 comments on commit b37d352

Please sign in to comment.