diff --git a/src/Fallout.Cli/Program.cs b/src/Fallout.Cli/Program.cs index 1702ab81..828b3187 100644 --- a/src/Fallout.Cli/Program.cs +++ b/src/Fallout.Cli/Program.cs @@ -39,7 +39,7 @@ private static int Main(string[] args) private static void PrintInfo() { - Host.Information($"NUKE Global Tool 🌐 {typeof(Program).Assembly.GetInformationalText()}"); + Host.Information($"Fallout Global Tool 🌐 {typeof(Program).Assembly.GetInformationalText()}"); } private static AbsolutePath TryGetRootDirectory()