Skip to content

Commit 4b43070

Browse files
committed
fix: update SoftHSMv2 source branch
1 parent 4c20c01 commit 4b43070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case $app_version in \
3030
softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/tags/$app_version
3131
app_version_is_latest=1
3232
;;
33-
develop) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/heads/develop ;;
33+
develop) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/heads/main ;;
3434
*) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/tags/$app_version ;;
3535
esac
3636
log INFO "app_version=$app_version"

0 commit comments

Comments
 (0)