Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <ashnamehrotra@gmail.com>
  • Loading branch information
ashnamehrotra committed Feb 20, 2024
1 parent a3c9aac commit 308a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func GetPodLogs(t *testing.T) error {
}

func MakeDeploy(env map[string]string) env.Func {
return func(ctx context.Context, cfg *envconf.Config) (context.Context, error) {
return func(ctx context.Context, _ *envconf.Config) (context.Context, error) {
args := []string{"deploy"}
for k, v := range env {
args = append(args, fmt.Sprintf("%s=%s", k, v))
Expand Down

0 comments on commit 308a5a8

Please sign in to comment.