Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 24, 2022
1 parent 5860499 commit 10a9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devfile/adapters/kubernetes/component/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (a Adapter) Push(parameters adapters.PushParameters, componentStatus *watch
cmdHandler := adapterHandler{
Adapter: a,
parameters: parameters,
podName: pod.GetName(),
podName: pod.GetName(),
}

if commandType == devfilev1.ExecCommandType {
Expand Down

0 comments on commit 10a9486

Please sign in to comment.