From 36a8bba6d9f21ab4351aaf9aa02053c6d0b52f8c Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 2 Jun 2016 11:50:07 -0400 Subject: [PATCH] removed depricated references to make in error messages --- scripts/check_conf_file.sh | 2 +- scripts/switch-conf-file | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check_conf_file.sh b/scripts/check_conf_file.sh index f2b0002..cc38ac2 100755 --- a/scripts/check_conf_file.sh +++ b/scripts/check_conf_file.sh @@ -5,7 +5,7 @@ if [ ! -h ./config/apexupdate.conf ]; then echo "Missing symbolic link: $PWD/config/apexupdate.conf" echo "Please use the command 'npm run switch-conf-file' to create the symbolic link ./config/apexupdate.conf to your config file" - echo "If you don't have a config file set up you can create one using 'make new-config-file'" + echo "If you don't have a config file set up you can create one using 'npm run new-config-file'" exit 1 fi diff --git a/scripts/switch-conf-file b/scripts/switch-conf-file index 93ed9db..1c83f49 100755 --- a/scripts/switch-conf-file +++ b/scripts/switch-conf-file @@ -14,7 +14,7 @@ read username conf_file="$username.conf" if [ ! -e $conf_file ]; then - echo "Sorry, the file ./scripts/$conf_file does not exist. Either create the file using make new-config-file or choose a pre-existing config file."; exit 1 + echo "Sorry, the file ./scripts/$conf_file does not exist. Either create the file using npm run new-conf-file or choose a pre-existing config file."; exit 1 fi if [ -e apexupdate.conf ]; then