Skip to content

Commit

Permalink
Fix number of steps in krel obs output
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Nov 28, 2023
1 parent aa105d8 commit 4c0de32
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 4c0de32

Please sign in to comment.