engine: resources: Fix typo in svc
It's a typo, right?
This commit is contained in:
@@ -220,7 +220,7 @@ func (obj *SvcRes) Watch(ctx context.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if invalid {
|
if invalid {
|
||||||
obj.init.Logf("waiting fo service") // waiting for svc to appear...
|
obj.init.Logf("waiting for service") // waiting for svc to appear...
|
||||||
if activeSet {
|
if activeSet {
|
||||||
activeSet = false
|
activeSet = false
|
||||||
set.Remove(svc) // no return value should ever occur
|
set.Remove(svc) // no return value should ever occur
|
||||||
|
|||||||
Reference in New Issue
Block a user