Skip to content

Commit 5d29ca9

Browse files
committed
Fix typo
1 parent 953c745 commit 5d29ca9

File tree

1 file changed

+1
-1
lines changed
  • test/tests/golang-hello-world

1 file changed

+1
-1
lines changed

test/tests/golang-hello-world/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image="$1"
77

88
if [[ "${image##*/}" == gcc:4* ]]; then
99
echo >&2 'warning: gcc 4.x does not support Go'
10-
cat "$dir/expected-std-out.txt" # cheaters gunna chea
10+
cat "$dir/expected-std-out.txt" # cheaters gunna cheat
1111
exit
1212
fi
1313

0 commit comments

Comments
 (0)