Fix trivial typo in job error message

This commit is contained in:
Duncan Macleod 2024-04-15 17:11:21 +00:00 committed by Mark Nuzzo
parent 6299531f9b
commit db22ee6eb3

View file

@ -24,7 +24,7 @@ check-description:
route="$CI_API_V4_URL/projects/$CI_PROJECT_ID"
desc=`curl --silent $route | jq '.description'`
if [ "$desc" = "null" ]; then
echo "Description not set. Please set a projet description"
echo "Description not set. Please set a project description"
exit 1
else
echo "Description set"