Skip to content

Commit

Permalink
fix setup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmriggs committed Jan 12, 2025
1 parent 62ca5aa commit 63367cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ACE.Server/Program_Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private static void DoOutOfBoxSetup(string configFile)

Console.WriteLine();
Console.WriteLine();
Console.Write("Typically, all three databases will be on the same SQL server, is this how you want to proceed? (Y/n) ");
Console.Write("Typically, all three databases will be using the same SQL server, is this how you want to proceed? (Y/n) ");
if (!nonInteractiveSetup)
variable = Console.ReadLine();
else
Expand Down Expand Up @@ -268,7 +268,7 @@ private static void DoOutOfBoxSetup(string configFile)

Console.WriteLine();
Console.WriteLine();
Console.Write("Typically, all three databases will be on the using the same SQL server credentials, is this how you want to proceed? (Y/n) ");
Console.Write("Typically, all three databases will be using the same SQL server credentials, is this how you want to proceed? (Y/n) ");
if (!nonInteractiveSetup)
variable = Console.ReadLine();
else
Expand Down

0 comments on commit 63367cb

Please sign in to comment.