Index: cmd/juju/removeunit.go |
=== modified file 'cmd/juju/removeunit.go' |
--- cmd/juju/removeunit.go 2012-10-17 02:25:07 +0000 |
+++ cmd/juju/removeunit.go 2012-11-01 14:08:11 +0000 |
@@ -37,7 +37,7 @@ |
return nil |
} |
-// Run connects to the environment specified on the command line |
+// Run connects to the environment specified on the command line |
// and calls conn.RemoveUnits. |
func (c *RemoveUnitCommand) Run(_ *cmd.Context) error { |
conn, err := juju.NewConnFromName(c.EnvName) |