Skip to content

Commit 997c1d3

Browse files
committed
Use ~/.rbenv/sources instead of ~/.rbenv/srcs
1 parent 46cb81c commit 997c1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rbenv-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case "$DEFINITION" in
2424
exit 1
2525
;;
2626
"-k" | "--keep" )
27-
[ -z "${RBENV_BUILD_ROOT}" ] && RBENV_BUILD_ROOT="${RBENV_ROOT}/srcs"
27+
[ -z "${RBENV_BUILD_ROOT}" ] && RBENV_BUILD_ROOT="${RBENV_ROOT}/sources"
2828
RUBY_BUILD_OPTIONS+=" -k"
2929
;;
3030
esac

0 commit comments

Comments
 (0)