Skip to content

Commit

Permalink
📝 Change error message correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
monry committed Jun 16, 2019
1 parent c5c7f5f commit a585214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/lib/validation/registries.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

if [ ${#REGISTRIES[@]} -eq 0 ]; then
cat << __VALIDATE_REGISTRY_LOGIN__
ERROR: You seems to be are not logged in to any registry
__VALIDATE_REGISTRY_LOGIN__
cat << __VALIDATE_REGISTRIES__
ERROR: No registries configured
__VALIDATE_REGISTRIES__
exit 1
fi

0 comments on commit a585214

Please sign in to comment.