aboutsummaryrefslogtreecommitdiff
path: root/community/hugo/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:43:52 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:43:52 +0100
commit0e0656fa2f64c2c4d56c0bebf5121d2e62736a29 (patch)
tree94f1023782d9eed14505c2755ad0d0c150f32ca4 /community/hugo/build
parent6df9c1f73afcfc67e3545b22e974bc47b4c3e268 (diff)
downloadrepository-0e0656fa2f64c2c4d56c0bebf5121d2e62736a29.tar.gz
hugo: fix shellcheck error
Diffstat (limited to 'community/hugo/build')
-rwxr-xr-xcommunity/hugo/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hugo/build b/community/hugo/build
index e6cd49ae..ce20326f 100755
--- a/community/hugo/build
+++ b/community/hugo/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