Skip to content

Commit 36311ea

Browse files
crashdumpjoehan
andauthored
Typo in Cloud storage bucket metadata location type (mutli-region) (#6648) (#6649)
Co-authored-by: joehan <[email protected]>
1 parent 5a46646 commit 36311ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
- Fixed typo in Cloud storage bucket metadata location type. (#6648)
12
- Fixed an issue where including `export` in .env files caused parsing errors. (#6629)

src/emulator/storage/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export class CloudStorageBucketMetadata {
381381
this.location = "US";
382382
this.storageClass = "STANDARD";
383383
this.etag = "====";
384-
this.locationType = "mutli-region";
384+
this.locationType = "multi-region";
385385
}
386386
}
387387

0 commit comments

Comments
 (0)