From 43fa0a5d78118b5d2e3fbe04fcfcb85b7adb94a2 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 17:44:28 +1000 Subject: [PATCH] Remove the bit in-front. --- update-deps-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-deps-linux b/update-deps-linux index 6917364f..f58b3b88 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -6,11 +6,11 @@ echo "Updating the dependencies" } { - $GO111MODULE = "off" + GO111MODULE="off" go get -u github.com/mailru/easyjson/... easyjson -pkg common } || { echo "Defaulting to bundled generated easyjson file" } -$GO111MODULE = "auto" +GO111MODULE="auto" go get \ No newline at end of file