Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
texastoland committed Mar 14, 2024
1 parent c13258b commit 00815dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def "with files" [
]: [list<path> -> int, nothing -> int] {
let files = match [$in, $full] {
[_ true] => (glob **/*.nu --exclude [before_v0.60/**])
[null _] => (git diff --name-only origin | lines)
[null _] => (git diff --name-only origin/main | lines)
[$files _] => $files
}
let error_count = $files
Expand Down

0 comments on commit 00815dc

Please sign in to comment.