Commit 5a518531 authored by Andrew Conrad's avatar Andrew Conrad

Remove hanging "}" from update mirror log string

parent 9a5456ab
......@@ -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