Skip to content

Commit 87da4c2

Browse files
committed
fix: indent
1 parent 7c5d7e1 commit 87da4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN rm kindlegen.tar.gz
1212

1313
RUN \
1414
if [ -z ${MOD_VERSION+x} ]; then \
15-
MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
15+
MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
1616
fi; \
1717
curl -L https://github.com/ciromattia/kcc/archive/refs/tags/${MOD_VERSION}.tar.gz > kcc.tar.gz && \
1818
tar -xzf kcc.tar.gz && \

0 commit comments

Comments
 (0)