Skip to content

Commit

Permalink
fixed compass install in buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 20, 2015
1 parent a52b2cf commit 21d692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ install_npm() {
install_compass() {
# install compass
info "Installing Compass..."
export GEM_HOME=$build_dir/.gem/ruby/1.9.1
export GEM_HOME=$build_dir/.gem/ruby/2.2.0
PATH="$GEM_HOME/bin:$PATH"
export PATH
if test -d $cache_dir/ruby/.gem; then
Expand Down

0 comments on commit 21d692b

Please sign in to comment.