diff --git a/src/tasks/generate.ts b/src/tasks/generate.ts index 9dc8bb7..37b3498 100644 --- a/src/tasks/generate.ts +++ b/src/tasks/generate.ts @@ -14,7 +14,7 @@ export async function run(ctx: Context): Promise { try { if (!(await ctx.project.assetDirExists())) { error( - `Asset directory not found at ${ctx.project.projectRoot}. Use --asset-path to specify a specific directory containing assets`, + `Asset directory not found at ${ctx.project.projectRoot}. Use --assetPath to specify a specific directory containing assets`, ); return []; }