Fix tty color

This commit is contained in:
Zhaofeng Li
2024-11-15 08:33:25 -07:00
parent 5d8ad87e44
commit 2eea1d33ec
+1 -1
View File
@@ -178,7 +178,7 @@ let
if test -n "${toString cfg.enableRosetta}" && ! pgrep -q oahd; then
warn "The Intel Homebrew prefix has been set up, but Rosetta isn't installed yet."
ohai 'Run ''${tty_bold}softwareupdate --install-rosetta''${tty_reset} to install it.'
ohai "Run ''${tty_bold}softwareupdate --install-rosetta''${tty_reset} to install it."
fi
'';