summaryrefslogtreecommitdiff
path: root/service/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/container.go')
-rw-r--r--service/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go
index 9eaba781..98b24a11 100644
--- a/service/container.go
+++ b/service/container.go
@@ -129,7 +129,7 @@ func (c *container) Serve() error {
for _, e := range c.services {
if e.hasStatus(StatusConfigured) {
- numServing ++
+ numServing++
} else {
continue
}