Skip to content

Commit

Permalink
Small change to path forming for Firestore exports
Browse files Browse the repository at this point in the history
See discussion in #2421
  • Loading branch information
samtstern committed Jul 8, 2020
1 parent 0530418 commit d7f0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/hubExport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class HubExport {
metadata.firestore = {
version: getDownloadDetails(Emulators.FIRESTORE).version,
path: "firestore_export",
metadata_file: "firestore_export/firestore_export.overall_export_metadata",
metadata_file: path.join("firestore_export", "firestore_export.overall_export_metadata"),
};
await this.exportFirestore(metadata);
}
Expand Down

0 comments on commit d7f0350

Please sign in to comment.