engine: resources: Fix typo in svc

It's a typo, right?
This commit is contained in:
James Shubin
2024-09-17 18:10:13 -04:00
parent a4f368fc9f
commit fd508fbc0d

View File

@@ -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