Merge pull request #2594 from johnbellone/patch-1
provisioner/chef: Update base to fix typo.
This commit is contained in:
commit
23ef5a8b74
|
@ -41,7 +41,7 @@ module VagrantPlugins
|
|||
|
||||
def chown_provisioning_folder
|
||||
paths = [@config.provisioning_path,
|
||||
@config.file_backup_pach,
|
||||
@config.file_backup_path,
|
||||
@config.file_cache_path]
|
||||
|
||||
@machine.communicate.tap do |comm|
|
||||
|
|
Loading…
Reference in New Issue