1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00
This commit is contained in:
s2
2019-06-06 17:06:25 +02:00
parent 1313cff86a
commit 1718c7652e

View File

@@ -9,7 +9,7 @@ const args = require('minimist')(process.defaultApp ? process.argv.slice(3) : pr
}
});
const repoDir = path.resolve(path.normalize(args._[0]));
const repoDir = path.resolve(path.normalize(args._.join(' ')));
function getLfsFileList(dir, cb) {
exec('git lfs ls-files', {