Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 10, 2024
1 parent bbf2f0d commit f0d44af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataconnect/schemaMigration.ts
Expand Up @@ -61,7 +61,7 @@ export async function migrateSchema(args: {
if (!shouldDeleteInvalidConnectors && invalidConnectors.length) {
const cmd = suggestedCommand(serviceName, invalidConnectors);
throw new FirebaseError(
`Command aborted. Try deploying incompatible connectors first with ${clc.bold(cmd)}`,
`Command aborted. Try deploying those connectors first with ${clc.bold(cmd)}`,
);
}
const migrationMode = incompatible
Expand Down

0 comments on commit f0d44af

Please sign in to comment.