Skip to content

Commit 111c8d2

Browse files
authored
Merge pull request #2072 from duerst/patch-1
Fix address of git remote for committers
2 parents dd79aa2 + 0b54a1d commit 111c8d2

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)