diff --git a/core/file_entry.js b/core/file_entry.js index bb7a4e12..9ba1c692 100644 --- a/core/file_entry.js +++ b/core/file_entry.js @@ -401,7 +401,7 @@ module.exports = class FileEntry { // Checkums may have changed and are not validated here. static findByFullPath(fullPath, cb) { // first, basic by-filename lookup. - FileEntry.findByFileNameWildcard(paths.basename(fuillPath), (err, entries) => { + FileEntry.findByFileNameWildcard(paths.basename(fullPath), (err, entries) => { if(err) { return cb(err); }