We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4a188 commit 8e8ee38Copy full SHA for 8e8ee38
packages/hardhat-core/src/internal/cli/project-creation.ts
@@ -251,7 +251,7 @@ function showStarOnGitHubMessage() {
251
emoji(" 💞✨")
252
);
253
console.log();
254
- console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
+ console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
255
}
256
257
export async function createProject() {
0 commit comments