diff --git a/update-deps-linux b/update-deps-linux index f58b3b88..457764ac 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -8,9 +8,13 @@ echo "Updating the dependencies" { GO111MODULE="off" go get -u github.com/mailru/easyjson/... - easyjson -pkg common } || { echo "Defaulting to bundled generated easyjson file" } GO111MODULE="auto" +{ + easyjson -pkg common +} || { + echo "Defaulting to bundled generated easyjson file" +} go get \ No newline at end of file