Merge pull request #59 from andlum/replacing-run-with-exec-in-rsync
No method 'run' in rsync.rb
This commit is contained in:
commit
c381b6448f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue