From c88d892fab20780f799fb6bfda90da532d6043b7 Mon Sep 17 00:00:00 2001 From: Ivan Ilves Date: Sun, 23 Apr 2017 19:58:37 +0200 Subject: [PATCH] :robot: --- scripts/client-check-if-outdated.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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