Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Correct bussiness to business
Browse files Browse the repository at this point in the history
  • Loading branch information
hlascelles authored and hiddeco committed Jul 26, 2019
1 parent cf5ffd3 commit a35330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/kubernetes/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (m *manifests) setEffectiveNamespaces(manifests map[string]kresource.KubeMa
km.SetNamespace(ns)
if _, warningLogged := m.resourceWarnings[resIDStr]; warningLogged {
// indicate that we found the resource's scope and allow logging a warning again
m.logger.Log("info", fmt.Sprintf("found scope of resource %s, back in bussiness!", km.ResourceID().String()))
m.logger.Log("info", fmt.Sprintf("found scope of resource %s, back in business!", km.ResourceID().String()))
delete(m.resourceWarnings, resIDStr)
}
result[km.ResourceID().String()] = km
Expand Down

0 comments on commit a35330d

Please sign in to comment.