Skip to content

Commit

Permalink
fix: removed space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmzx committed Aug 10, 2024
1 parent f5341ad commit 46e55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 46e55ad

Please sign in to comment.