Skip to content

Commit 68e038b

Browse files
committed
kriskbx#12: Use method
1 parent cd0e6be commit 68e038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/file-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class fileConfig extends config {
4646
*/
4747
parseLocal() {
4848
try {
49-
let global = yaml.sync(this.global, {});
49+
let global = this.parseGlobal();
5050
let local = yaml.sync(this.local, {});
5151
return extend(global, local);
5252
} catch (e) {

0 commit comments

Comments
 (0)