diff options
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index d74cabe..d63383b 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -39,9 +39,9 @@ compile [upgrade action %actions to %version as %body] to: (%t is syntax tree): %args = ((make tree %) for % in %t) - add "source=\(\%tree as lua id).source" to %args at index 1 + %args::add "source=\(\%tree as lua id).source" if %t.target: - add "target=\(make tree %t.target)" to %args at index 1 + %args::add "target=\(make tree %t.target)" return "\(%t.type){\(%args joined with ", ")}" else: |
