Skip to content

Commit

Permalink
Fix type in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamic-entropy committed Aug 6, 2024
1 parent 4089af7 commit ef5bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ RUN mkdir -p /patch
# Patch for overwrite when only on disk in Rucio
# Required for additional checks that were introduced in the latest CMS FTS as a result of overwrite-when-only-on-disk implementation in FTS
# TODO: To be removed in Rucio 35
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6903.diff /patch/6903.diff
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6903.diff /patch/6903.patch

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit ef5bb64

Please sign in to comment.