You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HashifyNETCLI/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -774,7 +774,7 @@ public static int Main(string[] args)
774
774
775
775
if(cl.HasFlag("-cp")&&cl.HasFlag("-cf"))
776
776
{
777
-
Logger.Warning("Detected ambiguous command line parameters of '--config-profiles' and '--config-file'. '--config-profiles' will be chosen over --config-file by default but consider using only one of them.");
777
+
Logger.Warning("Detected ambiguous command line parameters of '--config-profiles' and '--config-file'. '--config-profiles' will be chosen over '--config-file' by default but consider using only one of them.");
778
778
}
779
779
780
780
if(cl.HasFlag("-lp"))
@@ -805,7 +805,7 @@ public static int Main(string[] args)
0 commit comments