Skip to content

Commit

Permalink
typo error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkeshav27 committed Feb 2, 2024
1 parent 6098d5d commit 17c3723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/stepmeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (m *StepData) GetContextDefaults(stepName string) (io.ReadCloser, error) {
}

if len(m.Spec.Sidecars) > 0 {
// if there one side care dont check conditions and consider the only side care as default . this is default behaviour
// if there one side car do not check conditions and consider the only side care as default . this is default behaviour
// if there are more than one side car then check conditions,
if len(m.Spec.Sidecars) == 1 {
if len(m.Spec.Sidecars[0].Command) > 0 {
Expand Down

0 comments on commit 17c3723

Please sign in to comment.