Correct naming for source on completions

This commit is contained in:
Price Hiller 2021-12-26 00:30:19 -06:00
parent 7caf8d371d
commit db63a1742c

View File

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