We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6a26f commit 8dff680Copy full SHA for 8dff680
ClockworkFramework/Program.cs
@@ -121,7 +121,7 @@ await Task.Run(() =>
121
{
122
Utilities.WriteToConsoleWithColor($"Failed to update library {library.Name} ({result.ExitCode}). Log output below.\n\n{result.StdOut}\n\n{result.StdErr}", ConsoleColor.Red);
123
124
- string message = $"'git pull' failed for library {library.Name}.";
+ string message = $"'git pull' failed for library {library.Name} ({Environment.MachineName}).";
125
if (result.StdErr.Contains("not a git repository"))
126
127
message += " If this is not a git repository, turn off updateRepository in config.json";
0 commit comments