aboutsummaryrefslogtreecommitdiff
path: root/neovim.sh
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-17 13:53:12 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-17 13:53:12 +0200
commit62140bc00089af7599cc4b2129ab1d4bba4a7796 (patch)
treee9d7c58db25f3474ee0a417e35471d1f7dfe8996 /neovim.sh
parent7b8434f5b5572304c7991e6d8d35978dc23f4564 (diff)
downloaddotfiles-62140bc00089af7599cc4b2129ab1d4bba4a7796.tar.gz
dotfiles-62140bc00089af7599cc4b2129ab1d4bba4a7796.zip
Fixed command not found (choose_version) to update_version
Diffstat (limited to 'neovim.sh')
-rwxr-xr-xneovim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim.sh b/neovim.sh
index 3ced5dd..e905add 100755
--- a/neovim.sh
+++ b/neovim.sh
@@ -332,7 +332,7 @@ else
case $install_choice in
[Yy])
- choose_version
+ update_version
;;
[Nn])
echo "Exiting..."