Skip to content

Commit

Permalink
Update DownloadPackages.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
basharast committed Oct 13, 2024
1 parent 5cfd2c0 commit f9b0902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Universal Updater/DownloadPackages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public static bool OfflineUpdate(string[] folderFiles, string pushFeature)
}
else
{
Program.WriteLine("Production signed", ConsoleColor.Green);
Program.Write("Production signed", ConsoleColor.Green);
Program.WriteLine(" (Please double check)", ConsoleColor.DarkGray);
}
}
Expand Down

0 comments on commit f9b0902

Please sign in to comment.