diff --git a/PinAction/Program.cs b/PinAction/Program.cs index cc4e0d0..3ec9c0c 100644 --- a/PinAction/Program.cs +++ b/PinAction/Program.cs @@ -1,7 +1,6 @@ using Octokit; using Spectre.Console; using PinAction.Resources; -using System.Globalization; using DuckStudio.CatFood.Functions; using System.Collections.Concurrent; using System.Text.RegularExpressions; @@ -90,7 +89,7 @@ args is ["help" } else { - AnsiConsole.MarkupLine(CultureInfo.CurrentCulture, $"{Print.MSHead.Error} {string.Format(Strings.ErrorPathNotExist, fullPath)}"); + AnsiConsole.MarkupLine($"{Print.MSHead.Error} {string.Format(Strings.ErrorPathNotExist, fullPath)}"); return 3; } }