Skip to content

Commit

Permalink
Merge pull request #7 from juicedata/format-output
Browse files Browse the repository at this point in the history
kubelet jfs po output need a \n when no pod
  • Loading branch information
zwwhdls authored Jul 11, 2024
2 parents 69f7a9d + 3a0d379 commit cadd793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/list/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (aa *AppAnalyzer) JfsPod() error {
}

if len(appPods) == 0 {
fmt.Printf("No pod found using juicefs PVC in %s namespace.", aa.ns)
fmt.Printf("No pod found using juicefs PVC in %s namespace.\n", aa.ns)
return nil
}

Expand Down

0 comments on commit cadd793

Please sign in to comment.