Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Nov 8, 2023
1 parent 8553ea6 commit 7159130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oidc-guard-tests/EndToEnd/Helm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 7159130

Please sign in to comment.