Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

upstream sync #3

Merged
merged 18 commits into from
Mar 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Option misspelling fix
  • Loading branch information
yoiang committed Mar 7, 2018
commit 6ec28d727dd809af57611219a15aefe33f7470d9
4 changes: 2 additions & 2 deletions bin/firestore-backup.js
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ if (!backupPath) {
process.exit(1)
}

const prettyPrint = commander[prettyPrintParamKey] !== undefined && commander[prettyPrintParamKey] !== null
const prettyPrintJSON = commander[prettyPrintParamKey] !== undefined && commander[prettyPrintParamKey] !== null

const databaseStartPath = (commander[databaseStartPathParamKey] || '').replace(/^\//, '')

@@ -64,7 +64,7 @@ try {
accountCredentials: accountCredentialsPath,
databaseStartPath,
backupPath,
prettyPrint,
prettyPrintJSON,
requestCountLimit
})
.then(() => {