Commit 3aee31c00dfc1eccfc95543b80ee37a153cfb4bf

Authored by Dmitriy Zaporozhets
1 parent b82140c6

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 41 def wiki
42 42 @wiki ||= begin
43 43 Gollum::Wiki.new(path_to_repo)
44   - rescue Grit::NoSuchPathError
  44 + rescue Gollum::NoSuchPathError
45 45 create_repo!
46 46 end
47 47 end
... ...