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