1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

fixed a typo in the installation script

This commit is contained in:
Itai Caspi
2017-10-22 12:23:50 +03:00
parent 497130098c
commit d976609127

View File

@@ -104,7 +104,7 @@ if [ ${GET_PREFERENCES_MANUALLY} -eq 1 ]; then
prompt "Install Gym support?" Y
INSTALL_GYM=${retval}
prompt "Install Neon and neon support?" Y
prompt "Install neon support?" Y
INSTALL_NEON=${retval}
fi