Skip to content

Commit

Permalink
fixup! linux: add option for GCM_GPG_PATH environment variable
Browse files Browse the repository at this point in the history
Whitespace cleanup
  • Loading branch information
vdye committed Aug 10, 2021
1 parent 7fe5379 commit 03bf5d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared/Microsoft.Git.CredentialManager/CommandContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public CommandContext(string appPath)
);
Settings = new Settings(Environment, Git);
CredentialStore = new MacOSKeychain(Settings.CredentialNamespace);

}
else if (PlatformUtils.IsLinux())
{
Expand All @@ -136,7 +135,6 @@ public CommandContext(string appPath)
FileSystem.GetCurrentDirectory()
);
Settings = new Settings(Environment, Git);

string gpgPath = GetGpgPath(Environment, FileSystem, Trace);
IGpg gpg = new Gpg(gpgPath, SessionManager);
CredentialStore = new LinuxCredentialStore(FileSystem, Settings, SessionManager, gpg, Environment, Git);
Expand Down

0 comments on commit 03bf5d1

Please sign in to comment.