Fix string interpolation on Geo::RepositorySyncService

parent dc55d729
......@@ -129,7 +129,7 @@ module Geo
end
def update_registry(type, started_at, finished_at)
log('Updating #{type} sync information')
log("Updating #{type} sync information")
registry.public_send("last_#{type}_synced_at=", started_at)
if finished_at
......
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