From fba5123a5ae5a903f742dce7a376f8347ad0cb34 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 16:15:16 +1000 Subject: [PATCH] Creative continues. --- update-deps-linux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update-deps-linux b/update-deps-linux index 3fb1e650..74253d8d 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,5 +1,7 @@ echo "Updating the dependencies" cp ./common/common_easyjson.tgo ./common/common_easyjson.go -go get -u github.com/mailru/easyjson/... -easyjson -pkg common || 0 +{ + go get -u github.com/mailru/easyjson/... + easyjson -pkg common +} || {} go get \ No newline at end of file