Skip to content

Commit 372d4e9

Browse files
committed
1 parent abe8df8 commit 372d4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external/gcm

Submodule gcm updated from 9ef3fcc to 8b4735f

src/CredentialManager/CredentialManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static ICredentialStore Create(string? @namespace = default)
2525
else if (PlatformUtils.IsMacOS())
2626
return new MacOSKeychain(@namespace);
2727
else if (PlatformUtils.IsLinux())
28-
return new CommandContext(GetApplicationPath(), AppContext.BaseDirectory).CredentialStore;
28+
return new CommandContext(Array.Empty<string>()).CredentialStore;
2929
else
3030
throw new PlatformNotSupportedException();
3131
}

0 commit comments

Comments
 (0)