From ef5bb645ca0951fe1d276f25a4ccc86f76cd3aa5 Mon Sep 17 00:00:00 2001 From: Rahul Chauhan Date: Tue, 6 Aug 2024 14:15:27 +0200 Subject: [PATCH] Fix type in patch --- docker/rucio-daemons/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index b261bf0..19d575f 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -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"]