From 87da4c2051a264ac3f7342f6b178e180abf4dd35 Mon Sep 17 00:00:00 2001 From: hvmzx Date: Sat, 10 Aug 2024 21:49:09 +0200 Subject: [PATCH] fix: indent --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1414a0f..28f4310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN rm kindlegen.tar.gz RUN \ if [ -z ${MOD_VERSION+x} ]; then \ - MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \ + MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \ fi; \ curl -L https://github.com/ciromattia/kcc/archive/refs/tags/${MOD_VERSION}.tar.gz > kcc.tar.gz && \ tar -xzf kcc.tar.gz && \