summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
committerJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
commit7f8cebc504757dd228a029d35b0250767ef67e54 (patch)
treef927814ca27f2cbf0bbd01a5a1859f138f3fab24 /Makefile
parent7581b8e28e42e875be9be5b3422589d1ca78e639 (diff)
update spew path
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab11c43..d885f0b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@
redomod:
rm -f go.*
- unset GO111MODULES && go mod init
- unset GO111MODULES && go mod tidy
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
github:
git push origin master