Skip to content

Commit dc4c5f3

Browse files
committed
Indents
1 parent d9c72bd commit dc4c5f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030
echo "**** install duplicati ****" && \
3131
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3232
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
33-
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
33+
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3434
fi && \
3535
duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-x64-gui.zip$') && \
3636
curl -o \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030
echo "**** install duplicati ****" && \
3131
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3232
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
33-
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
33+
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3434
fi && \
3535
duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-arm64-gui.zip$') && \
3636
curl -o \

0 commit comments

Comments
 (0)