Skip to content

Commit a8084f9

Browse files
committed
ix
1 parent 7f0373f commit a8084f9

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
@@ -70,7 +70,7 @@ def "with files" [
7070
export def "lint ide-check" []: path -> int {
7171
let file = $in
7272
let stub = $env.STUB_IDE_CHECK? | default false | into bool
73-
let current_path = (path self)
73+
const current_path = (path self)
7474
let candidate_path = $current_path | path join "stdlib-candidate"
7575
let diagnostics = if $stub {
7676
do { nu -I $candidate_path --no-config-file --commands $"use '($file)'" }

0 commit comments

Comments
 (0)