Skip to content

Commit

Permalink
fix(biblio-ref): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Jan 23, 2024
1 parent b368c9d commit 57d8c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/biblio-ref/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && apt -y install git curl
RUN --mount=type=secret,id=webdav_login \
--mount=type=secret,id=webdav_password \
--mount=type=secret,id=webdav_url \
curl -v -u "$(cat /run/secrets/webdav_login):$(cat /run/secrets/webdav_password)" -o annuled.csv -O "$(cat /run/secrets/webdav_url | sed -e 's/webdavs/https/')/files/md5/e8/6afa670ff4bc8199bbee0600deb77c"
curl -v -u "$(cat /run/secrets/webdav_login):$(cat /run/secrets/webdav_password)" -o /dvc/annulled.csv -O "$(cat /run/secrets/webdav_url | sed -e 's/webdavs/https/')/files/md5/e8/6afa670ff4bc8199bbee0600deb77c"

FROM cnrsinist/ezs-python-server:py3.9-no16-1.0.6 as release

Expand Down

0 comments on commit 57d8c72

Please sign in to comment.