Skip to content

Commit 0fa7473

Browse files
ChristopherJMillerkyle-rader-msft
authored andcommitted
Adjust comment to retrigger pipeline
1 parent 9e93564 commit 0fa7473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MSALWrapper/PCAWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private static Task OpenBrowserOnLinuxAsync(Uri uri)
198198
return Task.CompletedTask;
199199
}
200200

201-
// $BROWSER not set — use default .NET behavior (UseShellExecute tries xdg-open etc.)
201+
// $BROWSER not set — fall back to default .NET behavior (UseShellExecute tries xdg-open etc.)
202202
Process.Start(new ProcessStartInfo(uri.AbsoluteUri)
203203
{
204204
UseShellExecute = true,

0 commit comments

Comments
 (0)