lib/shuttle/deployment/rails.rb in shuttle-deploy-0.2.2 vs lib/shuttle/deployment/rails.rb in shuttle-deploy-0.2.3
- old
+ new
@@ -48,10 +48,10 @@
result = ssh.run("cd #{release_path} && bundle exec rake #{command}")
if result.success?
puts result.output if print_output
else
- error "Unable to run rake command: #{command}. Reason: #{res.output}"
+ error "Unable to run rake command: #{command}. Reason: #{result.output}"
end
end
# Precompile rails assets. If no changes detected between last and
# current releases, precompile task will be skipped.
\ No newline at end of file