We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a631a commit c6fb7baCopy full SHA for c6fb7ba
1 file changed
src/commands/pull.ts
@@ -30,7 +30,7 @@ export async function pullCommand(options: { repo?: string; skipLink?: boolean }
30
31
const repo = await p.text({
32
message: 'Enter GitHub repo to pull from (owner/name):',
33
- placeholder: 'e.g. tc9011/my-skills',
+ placeholder: 'e.g. xxxx/my-skills',
34
});
35
36
if (p.isCancel(repo)) {
0 commit comments