Skip to content

Commit 46e55ad

Browse files
committed
fix: removed space typo
1 parent f5341ad commit 46e55ad

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
@@ -11,7 +11,7 @@ RUN chmod +rwx 'kindlegen'
1111
RUN rm kindlegen.tar.gz
1212

1313
RUN \
14-
if [ -z ${MOD_VERSION } ]; then \
14+
if [ -z ${MOD_VERSION} ]; then \
1515
echo "MOD_VERSION is not set. Fetching from GitHub..."; \
1616
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" | jq -rc ".tag_name"); \
1717
else \

0 commit comments

Comments
 (0)