diff --git a/tests/travis.sh b/tests/travis.sh index 9836c93..97d7fb6 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -48,7 +48,7 @@ exit_script() { echo -e "${CGREEN}#############################################${CEND}" echo -e ' stack install ' echo -e "${CGREEN}#############################################${CEND}" -stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat' +stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc' for stack in $stack_list; do echo -ne " Installing $stack [..]\r" if { diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 7855307..7ecf00a 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -88,7 +88,7 @@ class WOStackController(CementBaseController): (['--cheat'], dict(help='Install cheat.sh', action='store_true')), (['--nanorc'], - dict(help='Install nanorc syntax highlightning', + dict(help='Install nanorc syntax highlighting', action='store_true')), (['--force'], dict(help='Force install/remove/purge without prompt',