From db63a1742cb62ba361b0351711717288cb5586e9 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 00:30:19 -0600 Subject: [PATCH] Correct naming for source on completions --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index d28621e..74c65ae 100755 --- a/install.bash +++ b/install.bash @@ -52,7 +52,7 @@ echo "export PATH=\${PATH}:~/.bin" >> "${SDTD_USER_HOME}/.bash_profile" echo "export PATH=\${PATH}:/usr/local/bin" >> "${SDTD_USER_HOME}/.bash_profile" # Ensure the completions are being sourced -echo "source ~/.bin/7D2D-Manage-Completions" >> "${SDTD_USER_HOME}/.bash_profile" +echo "source ~/.bin/7D2D-Manage-Completion" >> "${SDTD_USER_HOME}/.bash_profile" echo "Finished with installation." echo "To try it out as the user paste the following:"