8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f91e3 + cfebf35 commit 95ec891Copy full SHA for 95ec891
commands/openers.go
@@ -135,7 +135,7 @@ var projectLocalRabbitMQManagementOpenCmd = &console.Command{
135
func abstractOpenCmd(url string) {
136
if err := open.Run(url); err != nil {
137
terminal.Eprintln("<error>Error while opening:", err, "</>")
138
- terminal.Eprintfln("Please visit <href=%>%s</> manually.", url)
+ terminal.Eprintfln("Please visit <href=%>%s</> manually.", url, url)
139
} else {
140
terminal.Eprintfln("Opened: <href=%s>%s</>", url, url)
141
}
0 commit comments