aboutsummaryrefslogtreecommitdiff
path: root/community/lf/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/lf/build')
-rwxr-xr-xcommunity/lf/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lf/build b/community/lf/build
index 36f82daa..a34f9d45 100755
--- a/community/lf/build
+++ b/community/lf/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export GOPATH=$PWD/gopath
+export GOPATH="$PWD/gopath"
trap "go clean -modcache" EXIT INT
go mod vendor