We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aa8d7 commit c981256Copy full SHA for c981256
1 file changed
bin/journey-test.sh
@@ -3,7 +3,7 @@
3
# This script is shared between the Java and Kotlin tracks. If you make an update to this script on
4
# one track, please create a companion PR to merge it in to the other. Thank you!
5
TRACK=java
6
-TRACK_REPO="x${TRACK}"
+TRACK_REPO="$TRACK"
7
TRACK_SRC_EXT="java"
8
9
on_exit() {
0 commit comments