Skip to content

Commit

Permalink
chore: make error message less specific as we do not know the actual …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
lennessyy committed Nov 21, 2023
1 parent a5e61e7 commit 4416310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge/vmware/clone_vm_template/delete-packer-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source /edge/vmware/clone_vm_template/setenv.sh
# First, list directories to confirm access and credentials
govc datastore.ls -ds=$vcenter_datastore
if [ $? -ne 0 ]; then
echo "Error accessing datastore. Please check credentials and permissions."
echo "Error accessing datastore."
exit 1
fi

Expand Down

0 comments on commit 4416310

Please sign in to comment.