summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.sh b/repo.sh
index 1186d2b..b2900e7 100755
--- a/repo.sh
+++ b/repo.sh
@@ -166,7 +166,7 @@ elif [ "${SRC_PATH}" == '' ];then
elif [ ! -d "${SRC_PATH}" ]; then
echo 'ERROR: SRC_PATH variable set to invalid path.'
elif [ "$1" == '' ]; then
- echo 'warning: no command called.'
+ echo 'WARNING: no command called.'
elif [ "$1" == 'add' ]; then
if [ "$3" != '' ]; then
echo 'ERROR: too many arguments.'