diff --git a/scripts/client-check-if-outdated.sh b/scripts/client-check-if-outdated.sh index ad2791a..d2f24b0 100755 --- a/scripts/client-check-if-outdated.sh +++ b/scripts/client-check-if-outdated.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # -# Check, if we are behind the latest master (and warn if we are) +# Check, if we are behind the latest master (and warn, if we are) +# NB! This is a very unusual script, if it fails, nothing breaks! # set -e