summaryrefslogtreecommitdiff
path: root/plugins/gitfast/update
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2022-01-28 06:45:05 -0600
committerGitHub <noreply@github.com>2022-01-28 13:45:05 +0100
commit6f9650d940f31d9d10f07a176a85ca3b814f448f (patch)
treed788447b3a11287cd141da7b9ad650202849c729 /plugins/gitfast/update
parent3c5367d272011e7bca9fa4e8f9a5f9635f938d11 (diff)
downloadzsh-6f9650d940f31d9d10f07a176a85ca3b814f448f.tar.gz
zsh-6f9650d940f31d9d10f07a176a85ca3b814f448f.tar.bz2
zsh-6f9650d940f31d9d10f07a176a85ca3b814f448f.zip
fix(gitfast): update to git-completion 1.3.6 (#10633)
Diffstat (limited to 'plugins/gitfast/update')
-rwxr-xr-xplugins/gitfast/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update
index 5311065a1..5ebaaef3d 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.2"
+version="1.3.6"
curl -s -o _git "${url}/v${version}/git-completion.zsh" &&
curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&