Fix let-env in banner (#6795)

This commit is contained in:
JT 2022-10-18 22:42:00 +13:00 committed by GitHub
parent f0420c5a6c
commit f99c002426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
...
}}{}