Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Dubfaaaaaaaar
Browse files Browse the repository at this point in the history
Not appending the path is a pretty bad idea
  • Loading branch information
dgoodlad committed Apr 8, 2014
1 parent 90ba89f commit e45f228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export BUNDLE_JOBS=<%= scope.lookupvar("::processorcount") %>
<%- if scope.lookupvar("::ruby::provider") == "rbenv" -%>
# Configure RBENV_ROOT and put RBENV_ROOT/bin on PATH
export RBENV_ROOT=<%= scope.lookupvar("::ruby::rbenv::prefix") %>
export PATH=$RBENV_ROOT/bin
export PATH=$RBENV_ROOT/bin:$PATH

# Load rbenv
eval "$(rbenv init -)"
Expand Down

2 comments on commit e45f228

@wfarr
Copy link
Contributor

@wfarr wfarr commented on e45f228 Apr 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lstoll
Copy link

@lstoll lstoll commented on e45f228 Apr 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nailed it.

Please sign in to comment.