mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
fix wiki stuff
This commit is contained in:
@@ -11,8 +11,7 @@ module Gitlab
|
||||
end
|
||||
|
||||
def restore
|
||||
return true if wiki?
|
||||
return false unless File.exist?(@path_to_bundle)
|
||||
return wiki? unless File.exist?(@path_to_bundle)
|
||||
|
||||
FileUtils.mkdir_p(path_to_repo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user