Skip to content

Commit

Permalink
docu typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkeshav27 committed Feb 2, 2024
1 parent 2ee1463 commit 7e74682
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 @@ -310,7 +310,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 7e74682

Please sign in to comment.