Fix spelling in directory structure

This commit is contained in:
Joseph Garrone 2024-07-25 18:41:07 +02:00
parent dc00be9be6
commit ff2e6e6432
13 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ program
.task({ .task({
skip, skip,
handler: async cliCommandOptions => { handler: async cliCommandOptions => {
const { command } = await import("./initialize-account-heme"); const { command } = await import("./initialize-account-theme");
await command({ cliCommandOptions }); await command({ cliCommandOptions });
} }