Skip to content

Commit 9f319c2

Browse files
Alex Couture-Beilalexcb
authored andcommitted
bash lint fix
Signed-off-by: Alex Couture-Beil <[email protected]>
1 parent 104d043 commit 9f319c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gotestArgs="-mod=vendor -coverprofile=/testreports/coverage-report$TEST_REPORT_S
6565

6666
if [[ "$GOBUILDFLAGS" == *"-race"* ]]; then
6767
if [ "$CGO_ENABLED" != "1" ]; then
68-
echo>&2 "go race detector requires CGO_ENABLED=1"
68+
echo >&2 "go race detector requires CGO_ENABLED=1"
6969
exit 1
7070
fi
7171
# force buildkitd to halt on detected race conditions, which will cause the tests to fail

0 commit comments

Comments
 (0)