1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00

show absolute git repo path

This commit is contained in:
s2
2018-05-19 23:14:29 +02:00
parent 81047555c4
commit f24340f418

View File

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