Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(36)

Unified Diff: cmd/juju/status.go

Issue 6554061: state: implement stub watchers
Patch Set: state: implement stub watchers Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmd/juju/expose_test.go ('k') | cmd/juju/unexpose_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/status.go
=== modified file 'cmd/juju/status.go'
--- cmd/juju/status.go 2012-09-04 14:26:44 +0000
+++ cmd/juju/status.go 2012-09-21 18:41:24 +0000
@@ -173,10 +173,7 @@
return nil, err
}
r["charm"] = ch.Meta().Name
-
- if exposed, err := service.IsExposed(); err == nil {
- r["exposed"] = exposed
- }
+ r["exposed"] = service.IsExposed()
// TODO(dfc) service.IsSubordinate() ?
« no previous file with comments | « cmd/juju/expose_test.go ('k') | cmd/juju/unexpose_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b