Skip to content

Commit

Permalink
Update pkg/test/utils/kubernetes.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Neumann <[email protected]>
Signed-off-by: Marcin Owsiany <[email protected]>
  • Loading branch information
2 people authored and kensipe committed May 20, 2020
1 parent 9bdceda commit 9cd69aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ func GetArgs(ctx context.Context, cmd harness.Command, namespace string, env map
return builtCmd, nil
}

// To keep interafacer linter happy.
// To keep interfacer linter happy.
type Logfer interface {
Logf(format string, args ...interface{})
}
Expand Down

0 comments on commit 9cd69aa

Please sign in to comment.