Skip to content

Commit

Permalink
Merge branch 'MephistoMMM-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Koch committed Mar 28, 2016
2 parents f417a91 + 87908bf commit 20a3dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.writeConfig = function(config, stream) {
stream.write(prop + ": " + config[prop] + "\n");
continue;
}
subconfig = config[prop];
var subconfig = config[prop];
for (var subprop in subconfig) {
if (!subconfig.hasOwnProperty(subprop)) {
continue;
Expand Down

0 comments on commit 20a3dc3

Please sign in to comment.