update syntax

This commit is contained in:
Darren Schroeder 2023-06-22 14:48:49 -05:00 committed by GitHub
parent 2d367e4137
commit 065651c763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []