Skip to content

Commit 175fed6

Browse files
committed
chore: adjust error message
1 parent c5b72df commit 175fed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/blink/src/cli/deploy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ export default async function deploy(
9292
organizationName = organizations[0]!.name;
9393
} else if (isCI) {
9494
throw new Error(
95-
"Multiple organizations found. In CI mode, you must first deploy locally to select an organization, " +
96-
"or set the organization in .blink/config.json"
95+
"Multiple organizations found. To use CI mode, please deploy in interactive mode first to select an organization and generate .blink/config.json"
9796
);
9897
} else {
9998
const selectedId = await select({

0 commit comments

Comments
 (0)