Skip to content

Commit 0b54a1d

Browse files
authored
Fix address of git remote for committers
`git clone` didn't work with `git@git.ruby-lang.org:ruby/ruby.git`, but it works with `git@git.ruby-lang.org:ruby.git`, so we better use the later here.
1 parent dd79aa2 commit 0b54a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/community/ruby-core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have commit access, and if you want to push something,
3939
you should use the primary repository.
4040

4141
{% highlight sh %}
42-
$ git clone git@git.ruby-lang.org:ruby/ruby.git
42+
$ git clone git@git.ruby-lang.org:ruby.git
4343
{% endhighlight %}
4444

4545
### Improving Ruby, Patch by Patch

0 commit comments

Comments
 (0)