From 92cbd8b30655fcd0ae92d7a20bc23a376546fbac Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 19 May 2017 13:20:37 -0400 Subject: [PATCH] Configure environment --- src/Console/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Console/Program.cs b/src/Console/Program.cs index feb7cc3b..64bb7f35 100644 --- a/src/Console/Program.cs +++ b/src/Console/Program.cs @@ -64,7 +64,7 @@ namespace Bit.Console Con.WriteLine("5. Simulate directory sync"); Con.WriteLine("6. Sync directory"); Con.WriteLine("7. Control background service"); - Con.WriteLine("8. Set environment"); + Con.WriteLine("8. Configure environment"); Con.WriteLine("9. Exit"); Con.WriteLine(); Con.Write("What would you like to do? "); @@ -112,7 +112,7 @@ namespace Bit.Console case "8": case "environnment": case "env": - await EnvironmentAsync(); + await ConfigEnvironmentAsync(); break; case "9": case "exit": @@ -970,7 +970,7 @@ namespace Bit.Console return Task.FromResult(0); } - private static Task EnvironmentAsync() + private static Task ConfigEnvironmentAsync() { if(_usingArgs) {