For reals this time

This commit is contained in:
Tianon Gravi 2017-07-06 11:08:03 -07:00
parent 5e2155e6c0
commit f4e8dae905
1 changed files with 2 additions and 2 deletions

View File

@ -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"