Skip to content

Commit

Permalink
update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jun 26, 2024
1 parent fdf92cd commit 09fa8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function createProject(options: Options) {
}
return false;
},
},
},
{
title: `📡 Initializing Git repository${options.extensions.includes(SOLIDITY_FRAMEWORKS.FOUNDRY) ? " and submodules" : ""}`,
task: () => createFirstGitCommit(targetDirectory, options),
Expand Down

0 comments on commit 09fa8c0

Please sign in to comment.