diff options
Diffstat (limited to 'tools/autoformat.nom')
| -rwxr-xr-x | tools/autoformat.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autoformat.nom b/tools/autoformat.nom index 6c4420a..719b826 100755 --- a/tools/autoformat.nom +++ b/tools/autoformat.nom @@ -11,7 +11,7 @@ use "lib/os.nom" %inplace = (no) if (%args.1 is "-i"): %inplace = (yes) - remove index 1 from %args + %args::remove index 1 for %path in %args: for file %filename in %path: |
