diff --git a/rsscombine.go b/rsscombine.go index bea2ec3c..4f96fa3c 100644 --- a/rsscombine.go +++ b/rsscombine.go @@ -186,7 +186,7 @@ func main() { log.Printf("Rendered RSS with %v items", len(combinedFeed.Items)) // if no S3 bucket is defined, simply print the feed on standard output if len(bucket) == 0 { - fmt.Printf(atom) + fmt.Print(atom) return } // Upload the feed to S3