Skip to content

Commit

Permalink
(CI) fix echo styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 3, 2024
1 parent 16fc2cd commit 9f6fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mirror-upstream.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit
# Execute script only in a CI environment
if [ "$CI" != "true" ]
then
echo -e "\e[35;1m Error!\e[0m Trying to execute a CI script in a non-CI environment. Exiting script."
echo -e "\e[35;1mError!\e[0m Trying to execute a CI script in a non-CI environment. Exiting script."
exit 1
fi

Expand Down

0 comments on commit 9f6fe21

Please sign in to comment.