diff --git a/pkg/list/pod.go b/pkg/list/pod.go index 3160e0e..848e4ae 100644 --- a/pkg/list/pod.go +++ b/pkg/list/pod.go @@ -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 }