From 69e1e8d36491089129b8ed493a833da222f5aeda Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 17:49:20 +1000 Subject: [PATCH] Almost there. --- update-deps-linux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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