1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 15:17:47 +00:00

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| ls crates/nu-*/Cargo.toml | get name | each {|toml|
let crate = ($toml | path dirname | path basename) 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)) { if not (($crate in $second_wave) or ($crate in $third_wave)) {
mut deps = [] mut deps = []