buildGoModule: remove trailing whitespace

This commit is contained in:
zowoq 2020-06-28 11:32:21 +10:00
parent 81a8b76b3a
commit 87dbe6d797

View file

@ -127,7 +127,7 @@ let
export GOSUMDB=off
export GOPROXY=off
cd "$modRoot"
if [ -n "${go-modules}" ]; then
if [ -n "${go-modules}" ]; then
rm -rf vendor
ln -s ${go-modules} vendor
fi