Fixing URL in MacOS install for rbenv-doctor (#8693)

Merge pull request 8693
This commit is contained in:
Jeff Wilcox 2021-07-23 07:47:05 -07:00 committed by GitHub
parent 9587a73c53
commit 9c7015138b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ brew install rbenv
rbenv init
# 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.