lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.6.2 vs lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.6.3
- old
+ new
@@ -62,10 +62,10 @@
retrieve_creds(machines) if @env.vagrantfile.config.orchestrate.credentials
# Write the status file to disk so that it can be used as part of the
# push action.
- status = RepoStatus.new
+ status = RepoStatus.new(@env.root_path)
status.write(@env.tmp_path)
options[:status] = status
options[:parallel] = true
strategy = options[:strategy] || @env.vagrantfile.config.orchestrate.strategy