Add licenses for SsmsMin extension (#5806)

* Add licenses to Admin Tool Extension

* Update license link
This commit is contained in:
Charles Gagnon
2019-05-31 15:37:48 -07:00
committed by GitHub
parent 33ff8ec5a3
commit 89e6e062ab
4 changed files with 100 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ function createGitIndexVinyls(paths) {
return e(err);
}
cp.exec(`git show :${relativePath}`, { maxBuffer: 2000 * 1024, encoding: 'buffer' }, (err, out) => {
cp.exec(`git show ":${relativePath}"`, { maxBuffer: 2000 * 1024, encoding: 'buffer' }, (err, out) => {
if (err) {
return e(err);
}