From 064e1c48baa6f1d85872c364f20fbc68e6dc8353 Mon Sep 17 00:00:00 2001 From: Amrit Dhakal Date: Tue, 4 May 2021 09:46:36 -0400 Subject: [PATCH 1/2] Updated rbenv-doctor url to reflect renaming master branch to main Updated rbenv-doctor url to reflect renaming master branch to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd361d2..28187180 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ a systemwide install. [rbenv-doctor](https://github.com/rbenv/rbenv-installer/blob/master/bin/rbenv-doctor) script: ~~~ sh - $ 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 Checking for `rbenv' in PATH: /usr/local/bin/rbenv Checking for rbenv shims in PATH: OK Checking `rbenv install' support: /usr/local/bin/rbenv-install (ruby-build 20170523) From 4092eba2749ca85b0cb0a2aad711b956a5df8c74 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Tue, 4 May 2021 16:20:33 -0400 Subject: [PATCH 2/2] Update rbenv-doctor link master -> main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28187180..ea93a6ce 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ a systemwide install. terminal tab will usually do it.) 5. Verify that rbenv is properly set up using this - [rbenv-doctor](https://github.com/rbenv/rbenv-installer/blob/master/bin/rbenv-doctor) script: + [rbenv-doctor](https://github.com/rbenv/rbenv-installer/blob/main/bin/rbenv-doctor) script: ~~~ sh $ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash