From 46e55add6e296f7c86b3d17c66d8fe9d29d37dbb Mon Sep 17 00:00:00 2001 From: hvmzx Date: Sat, 10 Aug 2024 22:53:43 +0200 Subject: [PATCH] fix: removed space typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bc0104f..437b3675 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN chmod +rwx 'kindlegen' RUN rm kindlegen.tar.gz RUN \ - if [ -z ${MOD_VERSION } ]; then \ + if [ -z ${MOD_VERSION} ]; then \ echo "MOD_VERSION is not set. Fetching from GitHub..."; \ MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" | jq -rc ".tag_name"); \ else \