Skip to content

Commit

Permalink
return -> next so that multiple synced folders are handled correctly …
Browse files Browse the repository at this point in the history
…(e.g. puppet apply provisioner).
  • Loading branch information
chrisbaldauf committed Apr 29, 2015
1 parent 67037e6 commit a0c7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-managed-servers/action/sync_folders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def call(env)
comm.upload(hostpath, guestpath)
end
end
return
next
end

unless Vagrant::Util::Which.which('rsync')
Expand Down

0 comments on commit a0c7550

Please sign in to comment.