Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Feb 1, 2024
1 parent 14ee62e commit 6475cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/create/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
name,
dest,
templateType,
null,
{},
createTemplateLogCallbacks
);
} catch (e) {
Expand Down

0 comments on commit 6475cf3

Please sign in to comment.