Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Feb 12, 2024
1 parent d1d4374 commit 7b32fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operations/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func CollectDockerLogs(dacIndices []int) {
}
}

func ReportContainerLogs(name string, max uint32) {
func ReportContainerLogs(name string, max int) {
args := []string{"logs"}
if max > 0 {
args = append(args, "--tail", fmt.Sprintf("%d", max))
Expand Down

0 comments on commit 7b32fc9

Please sign in to comment.