diff --git a/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj b/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj index 49a194c..f179bba 100644 --- a/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj +++ b/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj @@ -1,7 +1,7 @@  Exe - 1.3.7 + 1.3.8 netcoreapp3.1 cv4pve-pepper Corsinvest Srl @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/src/Corsinvest.ProxmoxVE.Pepper/Program.cs b/src/Corsinvest.ProxmoxVE.Pepper/Program.cs index e205fae..764228a 100644 --- a/src/Corsinvest.ProxmoxVE.Pepper/Program.cs +++ b/src/Corsinvest.ProxmoxVE.Pepper/Program.cs @@ -40,8 +40,6 @@ namespace Corsinvest.ProxmoxVE.Pepper .DependOn(app, CommandOptionExtension.HOST_OPTION_NAME); optRemoteViewer.Accepts().ExistingFile(); - - app.OnExecute(() => { var client = app.ClientTryLogin();