Skip to content

Commit af4f996

Browse files
committed
fix typo in error report
1 parent b0a39d2 commit af4f996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-typescript-package/createTypescriptPackage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const program = new commander.Command(packageJson.name)
9797
)
9898
console.log(
9999
` ${chalk.cyan(
100-
"https://github.com/facebookincubator/create-typescript-package/issues/new"
100+
"https://github.com/ncphillips/create-typescript-package/issues/new"
101101
)}`
102102
)
103103
console.log()

0 commit comments

Comments
 (0)