summaryrefslogtreecommitdiff
path: root/plugins/gitfast/update
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2022-08-14 10:00:30 -0500
committerGitHub <noreply@github.com>2022-08-14 17:00:30 +0200
commitb74a15a80e24ae12e533a38e580cd0a939dece31 (patch)
tree6e77e0b89698acb3e6578a79b61d8c69465fbb1e /plugins/gitfast/update
parent835a0a5d17765243cabee782acb5905a9aab33c3 (diff)
downloadzsh-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-xplugins/gitfast/update2
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" &&