Commit 3aee31c0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Gollum use own constant now

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b82140c6
...@@ -41,7 +41,7 @@ class GollumWiki ...@@ -41,7 +41,7 @@ class GollumWiki
def wiki def wiki
@wiki ||= begin @wiki ||= begin
Gollum::Wiki.new(path_to_repo) Gollum::Wiki.new(path_to_repo)
rescue Grit::NoSuchPathError rescue Gollum::NoSuchPathError
create_repo! create_repo!
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment