Skip to content

Commit 67b932d

Browse files
i3149Copilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ea00d5f commit 67b932d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func (api *KentikApi) getSites(ctx context.Context) error {
244244
return nil
245245
}
246246

247-
// There's a strange case where some sites return an error here reguardless. We log and move on.
247+
// There's a strange case where some sites return an error here regardless. We log and move on.
248248
api.Warnf("Site ListSites endpoint returned an error, skipping: %v", err)
249249
continue
250250
}

0 commit comments

Comments
 (0)