From 8c69a7caad51f067f129a751966d0f4638fa228c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 5 Jun 2024 22:31:57 +0200 Subject: [PATCH] Fixed name of the docker-image: juplo/wordcount--fortune --- README.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.sh b/README.sh index b34e172..12ec663 100755 --- a/README.sh +++ b/README.sh @@ -2,7 +2,7 @@ if [ "$1" = "" ] then - FORTUNE=juplo/fortune:1.0.0 + FORTUNE=juplo/wordcount--fortune:1.0.1 else FORTUNE="$1" fi -- 2.20.1