Skip to content

Commit

Permalink
Merge pull request #11 from stomar/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mislav committed Sep 24, 2018
2 parents 784e9b8 + d44ef84 commit 108c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rbenv-doctor
Expand Up @@ -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
Expand Down

0 comments on commit 108c123

Please sign in to comment.