From d44ef84566e95c703909c169164870b02c828ef2 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Fri, 21 Sep 2018 22:15:57 +0200 Subject: [PATCH] Fix typo --- bin/rbenv-doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rbenv-doctor b/bin/rbenv-doctor index d84210e..5cd933f 100755 --- a/bin/rbenv-doctor +++ b/bin/rbenv-doctor @@ -100,7 +100,7 @@ rbenv_installs="$({ ls "$RBENV_ROOT"/plugins/*/bin/rbenv-install 2>/dev/null || num_installs="$(wc -l <<<"$rbenv_installs")" if [ -z "$rbenv_installs" ]; then printc red "not found\n" - { echo "Unless to plan to add Ruby versions manually, you should install ruby-build." + { echo "Unless you plan to add Ruby versions manually, you should install ruby-build." echo "Please refer to https://github.com/rbenv/ruby-build#installation" } echo