Skip to content

Commit 8e8ee38

Browse files
authored
Update packages/hardhat-core/src/internal/cli/project-creation.ts
1 parent ba4a188 commit 8e8ee38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-core/src/internal/cli/project-creation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function showStarOnGitHubMessage() {
251251
emoji(" 💞✨")
252252
);
253253
console.log();
254-
console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
254+
console.log(chalk.cyan(" https://github.com/NomicFoundation/hardhat"));
255255
}
256256

257257
export async function createProject() {

0 commit comments

Comments
 (0)