Fix small typo on Geo::RepositoryUpdatedEventStore

parent a05acce8
......@@ -18,7 +18,7 @@ module Geo
event_log.save!
end
rescue ActiveRecord::RecordInvalid
log("#{Geo::PushEvent.sources.key(source).humanize} updated event could not created")
log("#{Geo::PushEvent.sources.key(source).humanize} updated event could not be created")
end
private
......
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