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 30b477e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ jobs:
node-version: 20

- run: npx -p renovate renovate-config-validator renovate.json

4 changes: 2 additions & 2 deletions ci/update-sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ elif [ "$DEP" = "fcrepo" ]; then
URL="https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${NEW_VERSION}/fcrepo-webapp-${NEW_VERSION}.war"
ARG="FCREPO_SHA256"
DOCKERFILES=("fcrepo6/Dockerfile")
README="fcrepo/README.md"
README="fcrepo6/README.md"

elif [ "$DEP" = "islandora-syn" ]; then
URL="https://github.com/Islandora/Syn/releases/download/v${NEW_VERSION}/islandora-syn-${NEW_VERSION}-all.jar"
Expand All @@ -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 30b477e

Please sign in to comment.