mirror of https://github.com/docker/docs.git
fixes #94: url does not return active machine
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
5f54122dc6
commit
2435f265f2
|
|
@ -471,11 +471,6 @@ var Commands = []cli.Command{
|
|||
Action: func(c *cli.Context) {
|
||||
name := c.Args().First()
|
||||
|
||||
if name == "" {
|
||||
cli.ShowCommandHelp(c, "url")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
var (
|
||||
err error
|
||||
host *Host
|
||||
|
|
|
|||
Loading…
Reference in New Issue