refactor(git-provider): Rename GitManager to GitRepoRegistrationManager
This commit is contained in:
parent
cece927b3f
commit
1804dd6e12
6 changed files with 25 additions and 25 deletions
|
|
@ -21,7 +21,7 @@ public class ShowGitRepoRegistrationCommand : PSCmdlet
|
|||
|
||||
protected override void BeginProcessing()
|
||||
{
|
||||
var location = GitManager.Instance.GetDirectoryForRegisteredRepo(Name);
|
||||
var location = GitRepoRegistrationManager.Instance.GetDirectoryForRegisteredRepo(Name);
|
||||
|
||||
// By default instead of doing the same as cd, we instead do pushd so a user can popd straight back to where
|
||||
// they came from.
|
||||
|
|
|
|||
Loading…
Reference in a new issue