forked from mirrors/nixpkgs
buildGoModule: remove trailing whitespace
This commit is contained in:
parent
81a8b76b3a
commit
87dbe6d797
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue