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

Commit c04a895

Browse files
committed
Merge pull request #64 from msturm/master
Fix vagrant path
2 parents 445f3aa + 218b1f2 commit c04a895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/vagrant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def opts
2626
end
2727

2828
def vagrant(*args)
29-
cmd = ["/usr/bin/vagrant"] + args
29+
cmd = ["/opt/vagrant/bin/vagrant"] + args
3030
execute cmd, opts
3131
end
3232
end

0 commit comments

Comments
 (0)