mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
buildGoModule: remove trailing whitespace
This commit is contained in:
parent
81a8b76b3a
commit
87dbe6d797
1 changed files with 1 additions and 1 deletions
|
@ -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