From f4e8dae90588d921f919d366cd8d1473ef232f5e Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 6 Jul 2017 11:08:03 -0700 Subject: [PATCH] For reals this time --- hello-world/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/update.sh b/hello-world/update.sh index e6378c5b1..5d2841cc4 100755 --- a/hello-world/update.sh +++ b/hello-world/update.sh @@ -3,8 +3,8 @@ set -Eeuo pipefail image="${1:-hello-world}" -docker pull hello-world &> /dev/null || exit -docker pull "$image" &> /dev/null || exit +docker pull hello-world &> /dev/null || exit 0 +docker pull "$image" &> /dev/null || exit 0 exec > "$(dirname "$(readlink -f "$BASH_SOURCE")")/content.md"