Fix typo.

This commit is contained in:
Manuele Simi 2021-04-11 10:26:33 -04:00
parent 4f5be8c34e
commit 0fd3c6bdf5
1 changed files with 1 additions and 1 deletions

View File

@ -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