From 62140bc00089af7599cc4b2129ab1d4bba4a7796 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 17 Oct 2023 13:53:12 +0200 Subject: Fixed command not found (choose_version) to update_version --- neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neovim.sh') 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..." -- cgit v1.2.3