From: AJ ONeal Date: Sun, 21 Nov 2021 13:12:18 +0000 (+0000) Subject: bugfix(vim-shfmt): fix package name X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=bc91c9838b9d0caded0245cf954448de39d55202 bugfix(vim-shfmt): fix package name --- diff --git a/vim-shfmt/install.sh b/vim-shfmt/install.sh index 6b8aedd..62a0101 100644 --- a/vim-shfmt/install.sh +++ b/vim-shfmt/install.sh @@ -5,7 +5,7 @@ function __init_vim_shfmt() { set -u mkdir -p "$HOME/.vim/pack/plugins/start" - rm -rf "$HOME/.vim/pack/plugins/start/shfmt.vim" + rm -rf "$HOME/.vim/pack/plugins/start/vim-shfmt" git clone --depth=1 https://github.com/z0mbix/vim-shfmt.git "$HOME/.vim/pack/plugins/start/vim-shfmt" if [ -z "$(command -v shfmt)" ]; then