From 1a7280e1dcd3fbd60551ecfaba108c65e65bcc58 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 16:18:43 +1000 Subject: [PATCH] Okay, so we need a command there. --- update-deps-linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-deps-linux b/update-deps-linux index 74253d8d..59238d3c 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -3,5 +3,7 @@ cp ./common/common_easyjson.tgo ./common/common_easyjson.go { go get -u github.com/mailru/easyjson/... easyjson -pkg common -} || {} +} || { + echo "Defaulting to bundled generated easyjson file" +} go get \ No newline at end of file