Commit 3aee31c00dfc1eccfc95543b80ee37a153cfb4bf
1 parent
b82140c6
Exists in
spb-stable
and in
3 other branches
Gollum use own constant now
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/gollum_wiki.rb
| @@ -41,7 +41,7 @@ class GollumWiki | @@ -41,7 +41,7 @@ class GollumWiki | ||
| 41 | def wiki | 41 | def wiki |
| 42 | @wiki ||= begin | 42 | @wiki ||= begin |
| 43 | Gollum::Wiki.new(path_to_repo) | 43 | Gollum::Wiki.new(path_to_repo) |
| 44 | - rescue Grit::NoSuchPathError | 44 | + rescue Gollum::NoSuchPathError |
| 45 | create_repo! | 45 | create_repo! |
| 46 | end | 46 | end |
| 47 | end | 47 | end |