aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:44:07 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:44:07 +0100
commit4e54626ef07a1177d4a25ebbf900a8eefb934d84 (patch)
treedddaf1b3c3be1807f3f6c4bfa48420973e75ec6f /community
parent0e0656fa2f64c2c4d56c0bebf5121d2e62736a29 (diff)
downloadrepository-4e54626ef07a1177d4a25ebbf900a8eefb934d84.tar.gz
lf: fix shellcheck error
Diffstat (limited to 'community')
-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