From f99c002426fcb91a7b51ba0f4b0075d8ede7d476 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:42:00 +1300 Subject: [PATCH] Fix let-env in banner (#6795) --- crates/nu-cli/src/repl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/src/repl.rs b/crates/nu-cli/src/repl.rs index 0b9b99b91f..47f34954bf 100644 --- a/crates/nu-cli/src/repl.rs +++ b/crates/nu-cli/src/repl.rs @@ -605,7 +605,7 @@ It's been this long since {}Nushell{}'s first commit: {}You can disable this banner using the {}config nu{}{} command to modify the config.nu file and setting show_banner to false. -let-env config {{ +let-env config = {{ show_banner: false ... }}{}