done: fix typo
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-08-13 15:49:49 +01:00
parent 766362a1d3
commit f63a0bb425

View file

@ -9,7 +9,7 @@ if [ -z "$SSH_CLIENT" ]; then
elif [ "${DONE_ALLOW_NONGRAPHICAL:-0}" -ne 0 ] && (( ${+functions[done_send_notification]} )); then
: # Or if the user really wants us to
else
# Exit early if otherwise
# Exit early otherwise
return
fi