We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c1b50 commit a1db409Copy full SHA for a1db409
HashifyNETCLI/Program.cs
@@ -687,7 +687,7 @@ static object FinalizeInputScript(string finalizer, object input)
687
;
688
689
const string staticString = "using static System.String;";
690
- const string helperString = "using static HashifyNETConsole.ScriptHelpers;";
+ const string helperString = "using static HashifyNETCLI.ScriptHelpers;";
691
if (!finalizer.Contains(staticString))
692
{
693
finalizer = staticString + Environment.NewLine + finalizer;
@@ -1052,4 +1052,3 @@ public static int Main(string[] args)
1052
}
1053
1054
1055
-
0 commit comments