diff options
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-x | utils/morty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/morty.sh b/utils/morty.sh index fcc9dc728..e7e2f8651 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -255,7 +255,7 @@ morty_is_installed() { [[ -f $SERVICE_HOME/go-apps/bin/morty ]] } -_svcpr=" |${SERVICE_USER}| " +_svcpr=" ${_Yellow}|${SERVICE_USER}|${_creset} " install_morty() { rst_title "Install morty in user's ~/go-apps" section |