Commit c610f2da authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix gollum git instructions. related to #3562

parent 19f505a7
......@@ -16,6 +16,10 @@ class GollumWiki
@user = user
end
def path
@project.path + '.wiki'
end
def path_with_namespace
@project.path_with_namespace + ".wiki"
end
......
......@@ -24,8 +24,8 @@
%legend Clone Your Wiki:
%pre.dark
:preserve
git clone #{@gollum_wiki.path_with_namespace}.git
cd #{@gollum_wiki.path_with_namespace}
git clone #{@gollum_wiki.ssh_url_to_repo}
cd #{@gollum_wiki.path}
%legend Start Gollum And Edit Locally:
%pre.dark
......
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