Commit 7a99a7fd authored by James Lopez's avatar James Lopez

fix spec

parent 6d9fd6d5
module Geo
class WikiSyncService < BaseSyncService
include Gitlab::ShellAdapter
self.type = :wiki
private
......@@ -37,7 +35,7 @@ module Geo
fail_registry('Invalid wiki', e)
log_info('Setting force_to_redownload flag')
registry.update(force_to_redownload_wiki: true,)
registry.update(force_to_redownload_wiki: true)
ensure
clean_up_temporary_repository if redownload
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