sudoers: fix typo

fixes #451
This commit is contained in:
Virgil Dupras 2018-01-15 21:17:36 -05:00
parent bd42317ec2
commit 49ebf3488e

View file

@ -28,7 +28,7 @@ module Vagrant
argv = parse_options(opts)
return unless argv
wrapper_path = SudoWrapper.bin_path
wrapper_path = SudoWrapper.dest_path
wrapper = create_wrapper!
sudoers = create_sudoers!(options[:user], wrapper_path)