From 7927dc7bb4ee44c050bf30c3e90a51d681b66269 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 18 May 2017 09:53:56 -0400 Subject: [PATCH] EnvironmentAsync rename --- src/Console/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/Program.cs b/src/Console/Program.cs index f6586d52..10259a8f 100644 --- a/src/Console/Program.cs +++ b/src/Console/Program.cs @@ -112,7 +112,7 @@ namespace Bit.Console case "8": case "environnment": case "env": - await DebugAsync(); + await EnvironmentAsync(); break; case "9": case "exit": @@ -864,7 +864,7 @@ namespace Bit.Console return Task.FromResult(0); } - private static Task DebugAsync() + private static Task EnvironmentAsync() { if(_usingArgs) {