Browse Source

Standardize messages in config helper script

framework
Drew Short 6 years ago
parent
commit
71ac9f5095
  1. 2
      administration_client/create_config_files.sh

2
administration_client/create_config_files.sh

@ -2,7 +2,7 @@
if [ -z "$NPM_CONFIG_REGISTRY" ]
then
echo "No custom registry defined."
echo "No custom registry defined..."
else
echo "Creating custom registry configurations..."
echo "registry \"$NPM_CONFIG_REGISTRY\""

Loading…
Cancel
Save