From 0e0656fa2f64c2c4d56c0bebf5121d2e62736a29 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:43:52 +0100 Subject: hugo: fix shellcheck error --- community/hugo/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/hugo/build') 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 -- cgit v1.2.3