Skip to content
Snippets Groups Projects
Commit a5b920dc authored by James Lopez's avatar James Lopez
Browse files

fix wiki

parent 8acb0f55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,7 +43,7 @@ module Backup
 
if File.exist?(path_to_wiki_repo)
progress.print " * #{wiki.path_with_namespace} ... "
if empty_wiki_repo?(wiki)
if empty_repo?(wiki)
progress.puts " [SKIPPED]".color(:cyan)
else
cmd = %W(#{Gitlab.config.git.bin_path} --git-dir=#{path_to_wiki_repo} bundle create #{path_to_wiki_bundle} --all)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment