Merge pull request #95 from ehazlett/fix-url-error

fixes #94: url does not return active machine
This commit is contained in:
Ben Firshman 2014-12-12 21:31:08 +00:00
commit 81e1503737
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