diff --git a/scripts/update_readme.sh b/scripts/update_readme.sh index 51ffab1..4c5089b 100755 --- a/scripts/update_readme.sh +++ b/scripts/update_readme.sh @@ -10,7 +10,7 @@ if [ -z "${VERSION}" ]; then exit 1; fi if [ -z "${BRANCH}" ]; then - echo "Version not specified; Exiting." + echo "Branch not specified; Exiting." exit 1; fi