Important user feedback message update

This commit is contained in:
benbierens 2023-10-25 09:54:08 +02:00
parent fb70daa2e9
commit 6d44a0ccfc
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ public class Program
if (config.IsPublicTestNet) Console.WriteLine("Deployment is configured as public testnet.");
Console.WriteLine("Does the above config look good? [y/n]");
if (Console.ReadLine()!.ToLowerInvariant() != "y") return;
Console.WriteLine("I think so too.");
if (config.IsPublicTestNet) Console.WriteLine("You better be right about that, cause it's going live right now.");
else Console.WriteLine("I think so too.");
}
var deployment = deployer.Deploy();