Commit c610f2da5504be78762e2f8a94009d951c19dd7d
1 parent
19f505a7
Exists in
master
and in
4 other branches
fix gollum git instructions. related to #3562
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
app/models/gollum_wiki.rb
app/views/wikis/git_access.html.haml
... | ... | @@ -24,8 +24,8 @@ |
24 | 24 | %legend Clone Your Wiki: |
25 | 25 | %pre.dark |
26 | 26 | :preserve |
27 | - git clone #{@gollum_wiki.path_with_namespace}.git | |
28 | - cd #{@gollum_wiki.path_with_namespace} | |
27 | + git clone #{@gollum_wiki.ssh_url_to_repo} | |
28 | + cd #{@gollum_wiki.path} | |
29 | 29 | |
30 | 30 | %legend Start Gollum And Edit Locally: |
31 | 31 | %pre.dark | ... | ... |