Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jul 27, 2024
1 parent 5f4027e commit 2cd6665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public virtual async Task InitializeAsync()
(IsEnabled() ?
"\n█ Found: " + Status.Found.ToString() +
(Status.Found ?
"\nFancye exe name: " + Properties.ExecutableFriendlyName +
"\nFancy exe name: " + Properties.ExecutableFriendlyName +
"\n█ Executable path: " + Status.ExecutablePath +
"\n█ Call arguments: " + Properties.ExecutableCallArgs +
"\n█ Version: \n" + "█ " + Status.Version.Replace("\n", "\n█ ")
Expand Down

0 comments on commit 2cd6665

Please sign in to comment.