Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 29, 2024
1 parent 4aab1a2 commit 4d01ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/update-sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ elif [ "$DEP" = "fcrepo-import-export" ]; then
DOCKERFILES=("fcrepo6/Dockerfile")

elif [ "$DEP" = "fcrepo-upgrade-utils" ]; then
URL="https://github.com/fcrepo-exts/fcrepo-upgrade-utils/releases/download/fcrepo-upgrade-utils-${NEW_VERSION}/fcrepo-upgrade-utils-${UPGRADE_UTILS_NEW_VERSION}.jar"
URL="https://github.com/fcrepo-exts/fcrepo-upgrade-utils/releases/download/fcrepo-upgrade-utils-${NEW_VERSION}/fcrepo-upgrade-utils-${NEW_VERSION}.jar"
ARG="UPGRADE_UTILS_SHA256"
DOCKERFILES=("fcrepo6/Dockerfile")

Expand Down

0 comments on commit 4d01ffc

Please sign in to comment.