mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
Important user feedback message update
This commit is contained in:
parent
fb70daa2e9
commit
6d44a0ccfc
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user