mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
`Provision` calls uploadFile on each path in playbook_paths, but
playbook_paths can only contain directories, per bf7530ca28.
This changes `Provision` to call uploadDir instead.