Skip to content

Commit

Permalink
Fix wiki_mock cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jan 21, 2012
1 parent aec6e7b commit ef4f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki_mock.js
Expand Up @@ -13,7 +13,7 @@ exports.getRes = function (path, ncb) {
}

lib.retry(function (ncb_callback) {
fs.readFile('/home/adrian/piratenkompass/cache/' +
fs.readFile('/home/adrian/Projekte/piratenkompass/cache/' +
encodeURIComponent(decodeURIComponent(match[1])
.replace(/(\.)|(\.\.)|(\/)|(:)/g, '__')).replace(/%20/g, '+'),
lib.ncb_withRes(lib.fn_('toString'), ncb_callback));
Expand Down

0 comments on commit ef4f3ad

Please sign in to comment.