Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit db4d23a

Browse files
committedNov 28, 2018
try
1 parent a725e12 commit db4d23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/qa/go-generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$1" != "-f" -a "$1" != "--force" ]; then
1616
[ -n "$out" ] && echo "WARNING: working copy dirty. cannot accurately operate. skipping test" && exit 0
1717
fi
1818

19-
go get -u golang.org/x/tools/cmd/stringer github.com/tinylib/msgp
19+
go get golang.org/x/tools/cmd/stringer github.com/tinylib/msgp
2020

2121
go generate ./...
2222
out=$(git status --short)

0 commit comments

Comments
 (0)