瀏覽代碼

journey-test: xjava -> java

Stuart Kent 9 年之前
父節點
當前提交
c98125617e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bin/journey-test.sh

+ 1
- 1
bin/journey-test.sh 查看文件

@@ -3,7 +3,7 @@
3 3
 # This script is shared between the Java and Kotlin tracks.  If you make an update to this script on
4 4
 # one track, please create a companion PR to merge it in to the other.  Thank you!
5 5
 TRACK=java
6
-TRACK_REPO="x${TRACK}"
6
+TRACK_REPO="$TRACK"
7 7
 TRACK_SRC_EXT="java"
8 8
 
9 9
 on_exit() {