feat(gitfast): update to git-completion 1.3.7 (#11114)

This commit is contained in:
Felipe Contreras 2022-08-14 10:00:30 -05:00 committed by GitHub
commit b74a15a80e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 115 additions and 67 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
url="https://raw.githubusercontent.com/felipec/git-completion"
version="1.3.6"
version="1.3.7"
curl -s -o _git "${url}/v${version}/git-completion.zsh" &&
curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&