fix wiki
This commit is contained in:
parent
8acb0f5596
commit
a5b920dcf0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Backup
|
||||||
|
|
||||||
if File.exist?(path_to_wiki_repo)
|
if File.exist?(path_to_wiki_repo)
|
||||||
progress.print " * #{wiki.path_with_namespace} ... "
|
progress.print " * #{wiki.path_with_namespace} ... "
|
||||||
if empty_wiki_repo?(wiki)
|
if empty_repo?(wiki)
|
||||||
progress.puts " [SKIPPED]".color(:cyan)
|
progress.puts " [SKIPPED]".color(:cyan)
|
||||||
else
|
else
|
||||||
cmd = %W(#{Gitlab.config.git.bin_path} --git-dir=#{path_to_wiki_repo} bundle create #{path_to_wiki_bundle} --all)
|
cmd = %W(#{Gitlab.config.git.bin_path} --git-dir=#{path_to_wiki_repo} bundle create #{path_to_wiki_bundle} --all)
|
||||||
|
|
Loading…
Reference in a new issue