diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2022-08-14 10:00:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 17:00:30 +0200 |
commit | b74a15a80e24ae12e533a38e580cd0a939dece31 (patch) | |
tree | 6e77e0b89698acb3e6578a79b61d8c69465fbb1e /plugins/gitfast/update | |
parent | 835a0a5d17765243cabee782acb5905a9aab33c3 (diff) | |
download | zsh-b74a15a80e24ae12e533a38e580cd0a939dece31.tar.gz zsh-b74a15a80e24ae12e533a38e580cd0a939dece31.tar.bz2 zsh-b74a15a80e24ae12e533a38e580cd0a939dece31.zip |
feat(gitfast): update to git-completion 1.3.7 (#11114)
Diffstat (limited to 'plugins/gitfast/update')
-rwxr-xr-x | plugins/gitfast/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update index 5ebaaef3d..feb13ff7e 100755 --- a/plugins/gitfast/update +++ b/plugins/gitfast/update @@ -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" && |