~cmars/juju-core/ecdsa-tls

« back to all changes in this revision

Viewing changes to cmd/juju/unexpose.go

  • Committer: Casey Marshall
  • Date: 2014-05-13 17:54:45 UTC
  • mfrom: (2714.2.12 juju-core)
  • Revision ID: cmars@cmarstech.com-20140513175445-xakbd46xcsat5nr4
Fast-forward merge w/lp:juju-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
}
27
27
 
28
28
func (c *UnexposeCommand) Init(args []string) error {
29
 
        err := c.EnvCommandBase.Init()
30
 
        if err != nil {
31
 
                return err
32
 
        }
33
29
        if len(args) == 0 {
34
30
                return errors.New("no service name specified")
35
31
        }