Skip to content

Commit

Permalink
Update util/settings/settings.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
  • Loading branch information
agaudreault and crenshaw-dev authored Jun 23, 2023
1 parent cc83ebc commit 302e253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ func (mgr *SettingsManager) GetIgnoreResourceUpdatesOverrides() (map[string]v1al

resourceOverrides, err := mgr.GetResourceOverrides()
if err != nil {
return nil, fmt.Errorf("Failed to get resource overrides: %w", err)
return nil, fmt.Errorf("failed to get resource overrides: %w", err)
}

for k, v := range resourceOverrides {
Expand Down

0 comments on commit 302e253

Please sign in to comment.