summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-11-15 15:20:36 +0100
committerGabriel Mazetto <brodock@gmail.com>2017-11-15 15:20:36 +0100
commitf4c7fea613ad996d855180c9c25f3d0cdca5121a (patch)
tree615bd4be2bbad6dd809643a0fa94078ac5bbe375 /app
parenta4072db0198896242886d22c644ed91c1016aa8d (diff)
downloadgitlab-ce-f4c7fea613ad996d855180c9c25f3d0cdca5121a.tar.gz
Fix dumping hashed storage based repository
Diffstat (limited to 'app')
-rw-r--r--app/models/project_wiki.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb
index 43de6809178..3eecbea8cbf 100644
--- a/app/models/project_wiki.rb
+++ b/app/models/project_wiki.rb
@@ -21,7 +21,7 @@ class ProjectWiki
end
delegate :empty?, to: :pages
- delegate :repository_storage_path, to: :project
+ delegate :repository_storage_path, :hashed_storage?, to: :project
def path
@project.path + '.wiki'