diff --git a/generateRepoList.sh b/generateRepoList.sh index 211ce35..cd08bc0 100755 --- a/generateRepoList.sh +++ b/generateRepoList.sh @@ -19,7 +19,7 @@ if [ -z "$organization" ]; then http_code=$(curl -s -o /dev/null -w "%{http_code}" "https://code-repo.d4science.org/api/v1/orgs/${organization}") echo "Does org ${organization} exist? ${http_code}=200" if [ "$http_code" -ne 200 ]; then - echo "Org ${organization} does no exist" + echo "Org ${organization} does not exist" exit 1 fi fi