Commit 8a7a332a authored by Gabriel Mazetto's avatar Gabriel Mazetto

little mistake :)

parent 8126303e
......@@ -43,7 +43,7 @@ module Gitlab
end
def self.notify_ssh_key_change(key_id, change)
::Geo::ScheduleKeyChangeService(key_id, change.to_sym)
::Geo::ScheduleKeyChangeService.new(key_id, change.to_sym).execute
end
def self.bulk_notify_job
......
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