cleanup unintentional edit

pull/168/head
Jonathan Grimes 5 years ago
parent a93536769f
commit e3a3ab70d6
No known key found for this signature in database
GPG Key ID: 103F2E43AA0E4DF8

1
dist/index.js vendored

@ -5536,7 +5536,6 @@ exports.cleanup = cleanup;
function getGitCommandManager(settings) {
return __awaiter(this, void 0, void 0, function* () {
core.info(`Working directory is '${settings.repositoryPath}'`);
// const git = (null as unknown) as IGitCommandManager
try {
return yield gitCommandManager.CreateCommandManager(settings.repositoryPath, settings.lfs);
}

@ -164,7 +164,7 @@ async function getGitCommandManager(
settings: ISourceSettings
): Promise<IGitCommandManager> {
core.info(`Working directory is '${settings.repositoryPath}'`)
// const git = (null as unknown) as IGitCommandManager
try {
return await gitCommandManager.CreateCommandManager(
settings.repositoryPath,

Loading…
Cancel
Save