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

No method 'run' in rsync.rb
master
Tom Vaughan 2014-02-26 08:38:34 -03:00
commit c381b6448f
1 changed files with 1 additions and 1 deletions

View File

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