Skip to content

Commit 84a34b6

Browse files
committed
linters
1 parent 613bdcc commit 84a34b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/deploy/apphosting/prepare.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default async function (context: Context, options: Options): Promise<void
9393
logLabeledWarning(
9494
"apphosting",
9595
`You have multiple backends with the same ${cfg.backendId} ID in regions: ${locations.join(", ")}. This is not allowed until we can support more locations. ` +
96-
"Please delete and recreate any backends that share an ID with another backend.",
96+
"Please delete and recreate any backends that share an ID with another backend.",
9797
);
9898
}
9999

@@ -147,9 +147,9 @@ export default async function (context: Context, options: Options): Promise<void
147147
logLabeledWarning(
148148
"apphosting",
149149
`Skipping deployments of backend(s) ${notFoundBackends.map((cfg) => cfg.backendId).join(", ")}; ` +
150-
"the backend(s) do not exist yet and we cannot create them for you because you must choose primary regions for each one. " +
151-
"Please run 'firebase deploy' without the --force flag, or 'firebase apphosting:backends:create' to create the backend, " +
152-
"then retry deployment.",
150+
"the backend(s) do not exist yet and we cannot create them for you because you must choose primary regions for each one. " +
151+
"Please run 'firebase deploy' without the --force flag, or 'firebase apphosting:backends:create' to create the backend, " +
152+
"then retry deployment.",
153153
);
154154
return;
155155
}

0 commit comments

Comments
 (0)