aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:44:21 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:44:21 +0100
commitc0df52bd0c335d3ee40ccdcb0ca2a6612279f158 (patch)
tree35686cded6f3211536666e07819a8b2f1d0c3e4f /community
parent4e54626ef07a1177d4a25ebbf900a8eefb934d84 (diff)
downloadrepository-c0df52bd0c335d3ee40ccdcb0ca2a6612279f158.tar.gz
syncthing: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/syncthing/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 1a4353f4..b9cc55ee 100755
--- a/community/syncthing/build
+++ b/community/syncthing/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