From 5dfe3dc0db51624082d20a31767c5a6aa774749d Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 15 Sep 2023 12:09:17 -0400 Subject: ci pipeline for complete builds --- back-end/src/CMNextEntry.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'back-end/src/CMNextEntry.cs') diff --git a/back-end/src/CMNextEntry.cs b/back-end/src/CMNextEntry.cs index 4041122..fa8a594 100644 --- a/back-end/src/CMNextEntry.cs +++ b/back-end/src/CMNextEntry.cs @@ -58,9 +58,7 @@ namespace Content.Publishing.Blog.Admin } protected override void ProcessHostCommand(string cmd) - { - throw new NotImplementedException(); - } + { } private void PrintHelloMessage() { @@ -73,8 +71,7 @@ namespace Content.Publishing.Blog.Admin License: GNU Affero General Public License v3.0 This application comes with ABSOLUTELY NO WARRANTY. - Your server is now running at the following locations: -{0} + Your server is now running at the following locations:{0} ******************************************************************************"; string[] interfaces = HostConfig.GetProperty("virtual_hosts") @@ -91,7 +88,7 @@ namespace Content.Publishing.Blog.Admin StringBuilder sb = new(); foreach ( string intf in interfaces ) { - sb.Append('\t'); + sb.Append("\n\t"); sb.AppendLine(intf); } -- cgit