mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
fix gollum git instructions. related to #3562
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user