Fix hactoolnet build

This commit is contained in:
Alex Barney 2018-09-24 14:42:06 -05:00
parent 54319145c1
commit 64c98df5b3

View file

@ -155,7 +155,7 @@ namespace hactoolnet
private static void ProcessKeygen(Context ctx) private static void ProcessKeygen(Context ctx)
{ {
Console.WriteLine(ExternalKeys.PrintKeys(ctx.Keyset)); Console.WriteLine(ExternalKeys.PrintCommonKeys(ctx.Keyset));
} }
// For running random stuff // For running random stuff