This commit is contained in:
James Lopez 2017-06-07 16:54:12 +02:00
parent 8acb0f5596
commit a5b920dcf0
1 changed files with 1 additions and 1 deletions

View File

@ -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)