Correction build carapace + correction autocomplétion des chemins distants pour scp

This commit is contained in:
Benjamin VAUDOUR 2021-12-26 10:36:12 +00:00
parent 2a84b5804f
commit 8c138abe1a
2 changed files with 6 additions and 10 deletions

View file

@ -6,7 +6,7 @@ edit:add-var updatecarapace~ {||
git pull
cd cmd/carapace
go generate ./...
go build -ldflags="-s -w"
go build -ldflags="-s -w" -tags release
if (bool ?(test -f carapace)) {
mv -f carapace $bd
}