summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/rr/http/reset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/reset.go b/cmd/rr/http/reset.go
index d0a42b64..9e3dec3d 100644
--- a/cmd/rr/http/reset.go
+++ b/cmd/rr/http/reset.go
@@ -56,6 +56,6 @@ func reloadHandler(cmd *cobra.Command, args []string) error {
return err
}
- utils.Printf("<green+hb>done</reset>")
+ utils.Printf("<green+hb>done</reset>\n")
return nil
}