Merge pull request #59 from andlum/replacing-run-with-exec-in-rsync

No method 'run' in rsync.rb
This commit is contained in:
Tom Vaughan 2014-02-26 08:38:34 -03:00
commit c381b6448f

View file

@ -29,7 +29,7 @@ module Middleman
end end
puts "## Deploying via rsync to #{dest_url} port=#{self.port}" puts "## Deploying via rsync to #{dest_url} port=#{self.port}"
run command exec command
end end
end end