From 46c886109bd413df9006fd7d643df3f70acf0382 Mon Sep 17 00:00:00 2001 From: arnaudberger Date: Thu, 14 Nov 2024 14:48:47 -0500 Subject: [PATCH] fix test --- cmd/substreams/registry-publish.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/substreams/registry-publish.go b/cmd/substreams/registry-publish.go index aa6db1a9..e63e63ce 100644 --- a/cmd/substreams/registry-publish.go +++ b/cmd/substreams/registry-publish.go @@ -133,7 +133,8 @@ func runRegistryPublish(cmd *cobra.Command, args []string) (err error) { fmt.Println("") fmt.Println(errorStyle.Render("Failed to publish package")) fmt.Println(errorStyle.Render("Reason: " + string(b))) - fmt.Println("Make sure you are properly authenticated with:" + "\n") + fmt.Println("Make sure you are properly authenticated with:") + fmt.Println("") fmt.Println(purpleStyle.Render("substreams registry login")) return nil }