From 8df0443cf18e5d10e332458790caf7d5bb22b282 Mon Sep 17 00:00:00 2001 From: Willi Date: Wed, 6 Nov 2024 10:40:16 +0100 Subject: [PATCH] Fix spelling --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index d44f37a..a01641d 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -12,7 +12,7 @@ else exit 1 fi -echo "Build and releas the image with version ${VERSION}" +echo "Build and release the image with version ${VERSION}" # PYTHON PIP ./scripts/publish.sh $VERSION