Skip to content

Commit 02ebd79

Browse files
authored
fixup: don't escape newlines in hardcoded "Install Determinate Nix?" prompt (#1577)
1 parent 0749c90 commit 02ebd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/subcommand/install/determinate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use crate::planner::BuiltinPlanner;
99
const PRE_PKG_SUGGEST: &str = "For a more robust Nix installation, use the Determinate package for macOS: https://dtr.mn/determinate-nix";
1010

1111
const INSTALL_DETERMINATE_NIX_PROMPT: &str = "\
12-
Install Determinate Nix?\
13-
\
12+
Install Determinate Nix?
13+
1414
Selecting 'no' will install Nix from NixOS.org, without automated garbage collection and enterprise certificate support.\
1515
";
1616

0 commit comments

Comments
 (0)