From 3d2a611569f03cfd401f436153dab8825c82178a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 6 Mar 2024 03:29:26 -0600 Subject: [PATCH] feat(gitfast): update version According to the `dependencies.yml` file. --- plugins/gitfast/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gitfast/update b/plugins/gitfast/update index feb13ff7e..7c37b3a11 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.7" +version="2.0" curl -s -o _git "${url}/v${version}/git-completion.zsh" && curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&