From 043c3923dd0bccd9900386d1b2dbf7c5ecf64809 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 13 Apr 2025 11:12:49 -0300 Subject: [PATCH] Update Program.cs --- src/Tribufu.Proxmox.Tests/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tribufu.Proxmox.Tests/Program.cs b/src/Tribufu.Proxmox.Tests/Program.cs index b2fe8f3..3afe31d 100644 --- a/src/Tribufu.Proxmox.Tests/Program.cs +++ b/src/Tribufu.Proxmox.Tests/Program.cs @@ -7,7 +7,7 @@ namespace Tribufu.Proxmox.Tests { public static class Program { - public static async Task Main(string[] args) + public static async Task Main() { DotEnv.Load(new DotEnvOptions(ignoreExceptions: true, envFilePaths: [".env", "../../.env"]));