fix: small tweak

Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
Peter Macdonald
2025-04-30 18:19:50 +02:00
parent 247bd4fe21
commit f9ebd0392e
@@ -193,7 +193,7 @@ return createTemplateAction({
d.string().describe('The filename of the file that will be created'),
},
},
examples: examples,
examples,
// ...rest of the action configuration
});
```