Skip to content

Commit 21f32a7

Browse files
authored
[skip ci] post 7.0.3 release adjustments (#15250)
1 parent 1cde2d4 commit 21f32a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ echo "✅ RAT passed"
109109

110110
echo "Verifying Reproducible Build ..."
111111
set +e # because we have known issues here
112-
verify-reproducible.sh "${DOWNLOAD_LOCATION}"
112+
"${SCRIPT_DIR}/verify-reproducible.sh" "${DOWNLOAD_LOCATION}"
113113
set -e
114114
echo "✅ Reproducible Build Verified"
115115

0 commit comments

Comments
 (0)