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:"