fixes #94: url does not return active machine

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett
2014-12-12 15:40:30 -05:00
parent 5f54122dc6
commit 2435f265f2

View File

@@ -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