Skip to content

Commit c6a417e

Browse files
committed
ignore results
1 parent e397360 commit c6a417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To install all of the default plugins, from within Nushell run:
3737
nu_plugin_gstat
3838
nu_plugin_formats
3939
nu_plugin_query
40-
] | each { cargo install $in; $in }
40+
] | each { cargo install $in } | ignore
4141
```
4242

4343
:::

0 commit comments

Comments
 (0)