Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
lennessyy and karl-cardenas-coding authored Nov 13, 2023
1 parent d2a776a commit 32d685c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edge/vmware/clone_vm_template/delete-packer-cache.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bas
#!/bin/bash

source /edge/vmware/clone_vm_template/setenv.sh

Expand All @@ -13,8 +13,10 @@ else
RESULT=$?
if [ $RESULT -eq 0 ]; then
echo "Deleted previous packer cache."
exit 0
else
echo "Failed to delete packer cache."
exit 1
fi
fi

0 comments on commit 32d685c

Please sign in to comment.