We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ee8d4 commit 7b1e925Copy full SHA for 7b1e925
.gitignore
@@ -4,4 +4,5 @@
4
.bundle/
5
/output/
6
BASE_PATH
7
-.DS_Store
+.DS_Store
8
+.idea/
install.rb
@@ -23,12 +23,12 @@ def clone_all_for_maintainer!
23
24
def clone_rails!
25
return if BASE_PATH.join('rails').exist?
26
- `git clone git@github.com:rails/rails.git`
+ `git clone https://github.com/rails/rails.git`
27
end
28
29
def clone_guides!
30
return if BASE_PATH.join('guides').exist?
31
- `git clone git@github.com:ruby-china/guides.git`
+ `git clone https://github.com/ruby-china/guides.git`
32
33
34
def clone_rails_guides_github_pages!
0 commit comments