Skip to content

Commit 5e1d3e6

Browse files
committed
Escape %
1 parent 8c49609 commit 5e1d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/releaseScript.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ else
263263
fi
264264

265265
printf "\n================================================================================\n"
266-
printf "Wait for the GitHub action https://github.com/vector-im/element-android/actions/workflows/build.yml?query=branch%3Amain to build the 'main' branch.\n"
266+
printf "Wait for the GitHub action https://github.com/vector-im/element-android/actions/workflows/build.yml?query=branch%%3Amain to build the 'main' branch.\n"
267267
read -p "After GHA is finished, please enter the artifact URL (for 'vector-gplay-release-unsigned'): " artifactUrl
268268

269269
printf "\n================================================================================\n"

0 commit comments

Comments
 (0)