bugfix(vim-shfmt): fix package name
authorAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 13:12:18 +0000 (13:12 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 13:12:18 +0000 (13:12 +0000)
vim-shfmt/install.sh

index 6b8aeddd761f61c8a6a7dc7696d8bc53aecbb875..62a0101bee488d7bcee2c3ebde910ece67102c0c 100644 (file)
@@ -5,7 +5,7 @@ function __init_vim_shfmt() {
     set -u
 
     mkdir -p "$HOME/.vim/pack/plugins/start"
     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
     git clone --depth=1 https://github.com/z0mbix/vim-shfmt.git "$HOME/.vim/pack/plugins/start/vim-shfmt"
 
     if [ -z "$(command -v shfmt)" ]; then