Skip to content

Commit

Permalink
better echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfont committed Jun 6, 2021
1 parent ec63f1f commit af0a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devutils/zc-list-repo-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source $HOME/zcmd/devutils/default-docker-env.txt

if [ -z "$PRIVATE_DOCKER_FULL_REGISTRY_URL" ]; then
echo No other docker registry found
echo No external docker registry found
else
echo Listing from our private Docker Registry....
CMD="curl -4 ${PRIVATE_DOCKER_FULL_REGISTRY_URL}/v2/_catalog --insecure"
Expand Down

0 comments on commit af0a5c3

Please sign in to comment.