Skip to content

Commit

Permalink
Update pkg/kubernetes/portforward.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
  • Loading branch information
imneov and mukundansundar authored Mar 7, 2022
1 parent 483c098 commit 575f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/portforward.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewPortForward(
) (*PortForward, error) {
client, err := k8s.NewForConfig(config)
if err != nil {
return nil, fmt.Errorf("can't creat Clientset: %s", deployName)
return nil, fmt.Errorf("can't create Clientset for %q", deployName)
}

podList, err := ListPods(client, namespace, nil)
Expand Down

0 comments on commit 575f5ee

Please sign in to comment.