Skip to content

Commit de9f7a7

Browse files
committed
Update location => primary region in code and backend display table.
1 parent 2bfb61b commit de9f7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/apphosting-backends-list.ts

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

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

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

0 commit comments

Comments
 (0)