Skip to content

Commit c981256

Browse files
committed
journey-test: xjava -> java
1 parent f6aa8d7 commit c981256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/journey-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is shared between the Java and Kotlin tracks. If you make an update to this script on
44
# one track, please create a companion PR to merge it in to the other. Thank you!
55
TRACK=java
6-
TRACK_REPO="x${TRACK}"
6+
TRACK_REPO="$TRACK"
77
TRACK_SRC_EXT="java"
88

99
on_exit() {

0 commit comments

Comments
 (0)