Commit faa4ed4a authored by James Fargher's avatar James Fargher

Merge branch 'mirror-log-string-fix' into 'master'

Remove hanging "}" from update mirror log string

See merge request gitlab-org/gitlab!68682
parents 13646226 5a518531
......@@ -62,7 +62,7 @@ class RepositoryUpdateMirrorWorker # rubocop:disable Scalability/IdempotentWorke
import_state = project.import_state
import_state.finish
Gitlab::AppLogger.info("Mirror update for #{project.full_path} successfully finished. Update duration: #{import_state.mirror_update_duration}}.")
Gitlab::AppLogger.info("Mirror update for #{project.full_path} successfully finished. Update duration: #{import_state.mirror_update_duration}.")
metric_mirror_update_duration_seconds.observe({}, import_state.mirror_update_duration)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment