Skip to content

Commit

Permalink
Replace echo by log_error
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Nov 22, 2022
1 parent aab1860 commit d56b3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cleanup() {
cd $pwd
# Print statuscode if non successful
if [[ ! $code -eq 0 ]]; then
echo "🔴 Exit with status code $code"
log_error "Exit with status code $code"
exit $code
fi
}
Expand Down

0 comments on commit d56b3a6

Please sign in to comment.