Skip to content

Commit

Permalink
Fix tty color
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Nov 15, 2024
1 parent cfba41e commit 9fc613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';

Expand Down

0 comments on commit 9fc613b

Please sign in to comment.