diff options
| author | Gabriel Mazetto <brodock@gmail.com> | 2017-11-15 15:20:36 +0100 |
|---|---|---|
| committer | Gabriel Mazetto <brodock@gmail.com> | 2017-11-15 15:20:36 +0100 |
| commit | f4c7fea613ad996d855180c9c25f3d0cdca5121a (patch) | |
| tree | 615bd4be2bbad6dd809643a0fa94078ac5bbe375 /app/models | |
| parent | a4072db0198896242886d22c644ed91c1016aa8d (diff) | |
| download | gitlab-ce-f4c7fea613ad996d855180c9c25f3d0cdca5121a.tar.gz | |
Fix dumping hashed storage based repository
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/project_wiki.rb | 2 |
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' |
