diff options
| author | mo k <mo@mokhan.ca> | 2012-05-12 23:17:25 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-05-12 23:17:25 -0600 |
| commit | 4eab10bb9eb7430798add4b5d7bb4971607dfd66 (patch) | |
| tree | 432e81ad4601e04443b68a8fe2ddd8d7a13034f5 /config/deploy.rb | |
| parent | 07284f0096f3d72eb69cddd14be14d4952d5388e (diff) | |
fix path production server.
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index ed7ea00d..403690ba 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,4 +1,4 @@ -$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) +#$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) require "rvm/capistrano" set :rvm_ruby_string, 'ruby-1.9.2-p290@cakeside' set :rvm_type, :system |
