Fix small typo on Geo::RepositoryUpdatedEventStore

parent a05acce8
...@@ -18,7 +18,7 @@ module Geo ...@@ -18,7 +18,7 @@ module Geo
event_log.save! event_log.save!
end end
rescue ActiveRecord::RecordInvalid 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 end
private 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