Fix typo.

master
Manuele Simi 3 years ago
parent 4f5be8c34e
commit 0fd3c6bdf5

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

Loading…
Cancel
Save