Преглед на файлове

journey test: fix comment typo

Stuart Kent преди 9 години
родител
ревизия
f6702f9b0a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      bin/journey-test.sh

+ 1
- 1
bin/journey-test.sh Целия файл

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