diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:39:26 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:39:26 +0100 |
commit | 57f370771399ca0625849d11816067a7af83a5ac (patch) | |
tree | 9af0cc90244b808e6830b19948bd8581665a839a /bin/luxcena-neo-cli.sh | |
parent | 3ffabe1ba35565df433536a2ba370b0e4967e940 (diff) | |
download | Luxcena-Neo-57f370771399ca0625849d11816067a7af83a5ac.tar.gz Luxcena-Neo-57f370771399ca0625849d11816067a7af83a5ac.zip |
:lipstick: Correctyly prettify
Diffstat (limited to 'bin/luxcena-neo-cli.sh')
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index 4ecfc0f..2959dc9 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -49,7 +49,7 @@ while getopts ":a:" o; do done shift $((OPTIND-1)) -printf "\e[37m> \e[4mLuxcena-\e[31mn\e[34me\e[34mo\e[37-cli command: \e[90m'$*'.\n\n\e[0m" +printf "\e[37m> \e[4mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli command: \e[90m'$*'.\n\n\e[0m" action=$1 if [ "$action" == "update" ]; then |