From 715913033af217757fb9d354f58a29dcd393aa1d Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:01:53 -0800 Subject: [PATCH] fix --- tests/oidc-guard-tests/EndToEnd/Helm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oidc-guard-tests/EndToEnd/Helm.cs b/tests/oidc-guard-tests/EndToEnd/Helm.cs index 200edd7..0454fb1 100644 --- a/tests/oidc-guard-tests/EndToEnd/Helm.cs +++ b/tests/oidc-guard-tests/EndToEnd/Helm.cs @@ -51,7 +51,7 @@ public static async Task DownloadClient() if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { await Cli.Wrap("chmod") - .WithArguments("+x ./kind") + .WithArguments("+x ./helm") .ExecuteAsync(); } }