Commit a598a4a7

luu stiles <luuduong@gmail.com>
2012-05-01 06:38:19
put back file the way it was uncommented load paths line
1 parent d757eb4
Changed files (1)
config/deploy.rb
@@ -16,7 +16,7 @@ set :deploy_via, :remote_cache
 set :deploy_env, 'production'
 set :scm_verbose, true
 
-#$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
+$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
 require "rvm/capistrano"                              
 #require 'bundler/capistrano'                 # loads RVM's capistrano plugin
 set :rvm_ruby_string, 'ruby-1.9.2-p290@cakeside'