From 2e24e09d7a6934962bdd875e2f190cb856356d16 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Fri, 7 Jul 2023 15:15:53 +0200 Subject: [PATCH] fix: add comment to patch Signed-off-by: David van der Spek --- make/photon/registry/builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/photon/registry/builder b/make/photon/registry/builder index 7eac4f93c..803c70597 100755 --- a/make/photon/registry/builder +++ b/make/photon/registry/builder @@ -22,7 +22,7 @@ cur=$PWD TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX` git clone -b $VERSION https://github.com/distribution/distribution.git $TEMP -# add patch 3599 +# add patch 3599 to update AWS SDK echo 'add patch https://github.com/distribution/distribution/pull/3599 ...' cd $TEMP wget https://github.com/distribution/distribution/pull/3599.patch