Skip to content

Commit c1efc95

Browse files
author
Vitaly Korolev
committed
typo
1 parent 93bad7c commit c1efc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void preBuildCheck() {
4444
sh '''
4545
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /space/go/bin v1.50.0
4646
wget https://github.com/gotestyourself/gotestsum/releases/download/v1.12.0/gotestsum_1.12.0_linux_amd64.tar.gz -O gotestsum.tar.gz
47-
tar -xf gotestsum.tar.gz -C /space/go/bin/ gotestsum
47+
tar -xf gotestsum.tar.gz -C /space/go/bin/gotestsum
4848
'''
4949
}
5050

0 commit comments

Comments
 (0)