Skip to content

Commit

Permalink
Merge pull request #3378 from saschagrunert/step
Browse files Browse the repository at this point in the history
Fix number of steps in `krel obs` output
  • Loading branch information
k8s-ci-robot authored Nov 28, 2023
2 parents aa105d8 + 4c0de32 commit 9ba4f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/obs/obs.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func (s *Stage) Submit(stream bool) error {
func (s *Stage) Run() error {
s.client.InitState()

logger := log.NewStepLogger(10)
logger := log.NewStepLogger(11)
v := version.GetVersionInfo()
logger.Infof("Using krel version: %s", v.GitVersion)

Expand Down

0 comments on commit 9ba4f8d

Please sign in to comment.