Skip to content

Commit

Permalink
fix error where bolt DB rules upload breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Long committed Aug 2, 2016
1 parent 1f44df4 commit 75057ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parseBoltRules.js
Expand Up @@ -22,5 +22,5 @@ module.exports = function(filename) {
throw new FirebaseError(result.stderr, {exit: 1});
}

return JSON.parse(result.stdout);
return result.stdout;
};

0 comments on commit 75057ae

Please sign in to comment.