Update rsync.rb

This commit is contained in:
Andrew Lum 2014-02-26 19:04:08 +08:00
parent d494a4faf7
commit da58498102

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