Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wayneeseguin/rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 26, 2012
2 parents 57f8bc5 + 0ae24af commit 7b3593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initialize
Expand Up @@ -111,7 +111,7 @@ Error:
: double_check:${double_check:="${gemrc}"}
fi

[[ -n "${double_check:-}" ]] && echo "Double check your ${double_check}. You could remove this warning by adding rvm_ignore_gemrc_issues=1 in your ${HOME}/.rvmrc" >&2
[[ -n "${double_check:-}" ]] && echo "Double check your ${double_check}. You could remove this warning by adding 'export rvm_ignore_gemrc_issues=1' to your ${HOME}/.rvmrc" >&2
fi
done
fi
Expand Down

0 comments on commit 7b3593d

Please sign in to comment.