mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
update syntax
This commit is contained in:
parent
2d367e4137
commit
065651c763
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def find-deps [] {
|
|||
|
||||
ls crates/nu-*/Cargo.toml | get name | each {|toml|
|
||||
let crate = ($toml | path dirname | path basename)
|
||||
let data = open $toml
|
||||
let data = (open $toml)
|
||||
|
||||
if not (($crate in $second_wave) or ($crate in $third_wave)) {
|
||||
mut deps = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue