Skip to content

Commit

Permalink
Typo in Cloud storage bucket metadata location type (mutli-region) (#…
Browse files Browse the repository at this point in the history
…6648) (#6649)

Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
crashdump and joehan committed Jan 2, 2024
1 parent 5a46646 commit 36311ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed typo in Cloud storage bucket metadata location type. (#6648)
- Fixed an issue where including `export` in .env files caused parsing errors. (#6629)
2 changes: 1 addition & 1 deletion src/emulator/storage/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class CloudStorageBucketMetadata {
this.location = "US";
this.storageClass = "STANDARD";
this.etag = "====";
this.locationType = "mutli-region";
this.locationType = "multi-region";
}
}

Expand Down

0 comments on commit 36311ea

Please sign in to comment.