Skip to content

Commit c6fb7ba

Browse files
committed
fix: update placeholder text for GitHub repo input in pull prompt
1 parent 92a631a commit c6fb7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/pull.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function pullCommand(options: { repo?: string; skipLink?: boolean }
3030

3131
const repo = await p.text({
3232
message: 'Enter GitHub repo to pull from (owner/name):',
33-
placeholder: 'e.g. tc9011/my-skills',
33+
placeholder: 'e.g. xxxx/my-skills',
3434
});
3535

3636
if (p.isCancel(repo)) {

0 commit comments

Comments
 (0)