We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5341ad commit 46e55adCopy full SHA for 46e55ad
Dockerfile
@@ -11,7 +11,7 @@ RUN chmod +rwx 'kindlegen'
11
RUN rm kindlegen.tar.gz
12
13
RUN \
14
- if [ -z ${MOD_VERSION } ]; then \
+ if [ -z ${MOD_VERSION} ]; then \
15
echo "MOD_VERSION is not set. Fetching from GitHub..."; \
16
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" | jq -rc ".tag_name"); \
17
else \
0 commit comments