Fixing URL in MacOS install for rbenv-doctor (#8693)
Merge pull request 8693
This commit is contained in:
parent
9587a73c53
commit
9c7015138b
|
@ -76,7 +76,7 @@ brew install rbenv
|
||||||
rbenv init
|
rbenv init
|
||||||
|
|
||||||
# Check your installation
|
# Check your installation
|
||||||
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash
|
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart your terminal to apply your changes.
|
Restart your terminal to apply your changes.
|
||||||
|
|
Loading…
Reference in New Issue