summary refs log tree commit diff stats
path: root/cmd/cetus/apod.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/apod.go')
-rw-r--r--cmd/cetus/apod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/apod.go b/cmd/cetus/apod.go
index 175d7a1..4970f79 100644
--- a/cmd/cetus/apod.go
+++ b/cmd/cetus/apod.go
@@ -66,7 +66,7 @@ func execAPOD() {
 	}
 
 	if dump {
-		fmt.Printf(body)
+		fmt.Println(body)
 	}
 
 	res := apod.APOD{}