Skip to content

Commit

Permalink
Update execute.sh: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 31, 2024
1 parent bd385da commit 49579b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utilities/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ case "${CMD}" in
if [[ ${RET} -eq 0 ]]; then
echo "Executed ${*}"
else
echo "Unable to execute ${*}" >^2
echo "Unable to execute ${*}" >&2
fi
;;
esac
Expand Down

0 comments on commit 49579b7

Please sign in to comment.