Skip to content

Commit

Permalink
fix prompt to ask for any profile URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Aug 12, 2024
1 parent da8c915 commit 880e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function runPrompts() {
});

const authorGitHub = await input({
message: `Enter the author's GitHub profile URL [Optional]:`,
message: `Enter a profile URL for the author(s) [Optional]:`,
});

return {
Expand Down

0 comments on commit 880e337

Please sign in to comment.