summary refs log tree commit diff stats
path: root/cmd/cetus/bpod.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/bpod.go')
-rw-r--r--cmd/cetus/bpod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/bpod.go b/cmd/cetus/bpod.go
index 0c5b7cf..160f9ae 100644
--- a/cmd/cetus/bpod.go
+++ b/cmd/cetus/bpod.go
@@ -108,7 +108,7 @@ func execBPOD() {
 	file = fmt.Sprintf("%s/%s.json", cacheDir, res.StartDate)
 
 	if dump {
-		fmt.Printf(body)
+		fmt.Println(body)
 	}
 
 	// Send a desktop notification if notify flag was passed.