fix: add comment to patch

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
David van der Spek 2023-07-07 15:15:53 +02:00
parent 055497301b
commit 2e24e09d7a
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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