Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Fix vagrant path
Browse files Browse the repository at this point in the history
  • Loading branch information
msturm committed Aug 14, 2015
1 parent 445f3aa commit 218b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def opts
end

def vagrant(*args)
cmd = ["/usr/bin/vagrant"] + args
cmd = ["/opt/vagrant/bin/vagrant"] + args
execute cmd, opts
end
end

0 comments on commit 218b1f2

Please sign in to comment.