8000 Merge pull request #260 from tucksaun/fix/missing-param · symfony-cli/symfony-cli@95ec891 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95ec891

Browse files
authored
Merge pull request #260 from tucksaun/fix/missing-param
Fix missing parameter
2 parents 75f91e3 + cfebf35 commit 95ec891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/openers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var projectLocalRabbitMQManagementOpenCmd = &console.Command{
135135
func abstractOpenCmd(url string) {
136136
if err := open.Run(url); err != nil {
137137
terminal.Eprintln("<error>Error while opening:", err, "</>")
138-
terminal.Eprintfln("Please visit <href=%>%s</> manually.", url)
138+
terminal.Eprintfln("Please visit <href=%>%s</> manually.", url, url)
139139
} else {
140140
terminal.Eprintfln("Opened: <href=%s>%s</>", url, url)
141141
}

0 commit comments

Comments
 (0)
0