Commit c9e0ea4
committed
fix: change args from let to mut for reassignment compatibility
Fixes Nu parser error:
Error: nu::parser::assignment_requires_mutable_variable
'' needs to be a mutable variable to support append ['--fix']
Use 'mut args' instead of 'let args'1 parent 91e7f10 commit c9e0ea4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
0 commit comments