Skip to content

Commit

Permalink
Fix unconditional termination of loop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisscott committed Jan 26, 2021
1 parent f1c32be commit 3685361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cli/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ func getLatestLogs(cli *cli, n int) (result []*management.Log, err error) {
break
}
page++

return nil
}
return err
})
Expand Down

0 comments on commit 3685361

Please sign in to comment.