From 1c7800615dfa8d025a317b1776989b726672cf2e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 24 Dec 2021 23:39:00 -0600 Subject: [PATCH] Changed installation finished line --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 0904d3b..22e1136 100644 --- a/install.bash +++ b/install.bash @@ -26,4 +26,4 @@ fi echo "Installing neovim configuration from ${NVIM_CONF_GIT}" git clone "${NVIM_CONF_GIT}" ~/.config/nvim -echo "Finished..., run the following to finish installation:" +echo "Finished installation"