mirror of https://github.com/docker/docs.git
Merge pull request #95 from ehazlett/fix-url-error
fixes #94: url does not return active machine
This commit is contained in:
commit
81e1503737
|
@ -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