Skip to content

Commit 3b36c63

Browse files
committed
fix
1 parent a8084f9 commit 3b36c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export def "lint ide-check" []: path -> int {
7171
let file = $in
7272
let stub = $env.STUB_IDE_CHECK? | default false | into bool
7373
const current_path = (path self)
74-
let candidate_path = $current_path | path join "stdlib-candidate"
74+
let candidate_path = $current_path | path dirname | path join "stdlib-candidate"
7575
let diagnostics = if $stub {
7676
do { nu -I $candidate_path --no-config-file --commands $"use '($file)'" }
7777
| complete

0 commit comments

Comments
 (0)