Skip to content

Commit 8c3d4c3

Browse files
chore: fix up string around owner input
1 parent 9d5ffe4 commit 8c3d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/inputs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function readInputs({
7070
(await (overrides.owner?.() ??
7171
(await getPrefillOrPromptedValue(
7272
values.owner as string | undefined,
73-
"What owner or user will the repository be under?",
73+
"What organization or user will the repository be under?",
7474
))));
7575

7676
const { octokit, repository } = await ensureRepositoryExists(

0 commit comments

Comments
 (0)