Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Nov 14, 2024
1 parent d711d30 commit 46c8861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/substreams/registry-publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 46c8861

Please sign in to comment.