fixing class migration bug

This commit is contained in:
Manuel Araoz 2014-01-13 18:23:27 -03:00
parent d589abb847
commit 03f4314ab8

View File

@ -41,7 +41,7 @@ function spec() {
},
];
fs.writeFileSync(this.peerdb_fn, JSON.stringify(this.peerdb));
fs.writeFileSync(peerdb_fn, JSON.stringify(this.peerdb));
}
};