Skip to content

repo-updater: Don't log when error is nil

Warren Gifford requested to merge cloud/fix-nil-error-log into main

Created by: ryanslade

Our logging.Log function doesn't handle multierror's which are empty. Instead, we ensure that if it's empty we pass a nil error.

Merge request reports

Loading