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
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 0 additions and 5 deletions

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