diff options
Diffstat (limited to 'scripts/apply_vimgrep_updates.fnl')
| -rwxr-xr-x | scripts/apply_vimgrep_updates.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/apply_vimgrep_updates.fnl b/scripts/apply_vimgrep_updates.fnl index b70e93e..664ed8a 100755 --- a/scripts/apply_vimgrep_updates.fnl +++ b/scripts/apply_vimgrep_updates.fnl @@ -37,3 +37,5 @@ (each [line (file:lines)] (table.insert lines line)) (file:close) lines) + +(M.main) |
