mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:54:56 +02:00
update str find-replace
to str replace
(#5120)
This commit is contained in:
@ -14,7 +14,7 @@ fn plugins_are_declared_with_wix() {
|
||||
r#"
|
||||
open Cargo.toml
|
||||
| get bin.name
|
||||
| str find-replace "nu_plugin_(extra|core)_(.*)" "nu_plugin_$2"
|
||||
| str replace "nu_plugin_(extra|core)_(.*)" "nu_plugin_$2"
|
||||
| drop
|
||||
| sort-by
|
||||
| wrap cargo | merge {
|
||||
|
Reference in New Issue
Block a user