Skip to content

Commit

Permalink
Typo in Cloud storage bucket metadata location type (mutli-region) (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdump committed Dec 29, 2023
1 parent 29f65d9 commit 5aadee3
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
@@ -0,0 +1 @@
- Fix typo in Cloud storage bucket metadata location type (#6648)
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 5aadee3

Please sign in to comment.