Skip to content

Commit 0447ce0

Browse files
committed
Update location => primary region in code and backend display table.
1 parent 03aa25c commit 0447ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/commands/apphosting-backends-list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as apphosting from "../gcp/apphosting";
88
import * as Table from "cli-table3";
99
import { logWarning } from "../utils";
1010

11-
const TABLE_HEAD = ["Backend", "Repository", "URL", "Location", "Updated Date"];
11+
const TABLE_HEAD = ["Backend", "Repository", "URL", "Primary Region", "Updated Date"];
1212

1313
export const command = new Command("apphosting:backends:list")
1414
.description("list Firebase App Hosting backends")

0 commit comments

Comments
 (0)