From 0fd3c6bdf5fbc4a72f314c0e923bcdf520d31e9f Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 11 Apr 2021 10:26:33 -0400 Subject: [PATCH] Fix typo. --- generateRepoList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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