X Tutup
Skip to content

Commit f6702f9

Browse files
committed
journey test: fix comment typo
1 parent f5ddc70 commit f6702f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/journey-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# 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!
55
TRACK=java
66
TRACK_REPO="x${TRACK}"
77
TRACK_SRC_EXT="java"

0 commit comments

Comments
 (0)
X Tutup