test-kitchen / vmware-vra-gem

A Ruby Gem for interacting with the VMware vRealize Automation system
Apache License 2.0
15 stars 32 forks source link

Use mkdir_p when creating template directory #60

Closed logicminds closed 7 years ago

logicminds commented 7 years ago

https://github.com/chef-partners/vmware-vra-gem/blob/master/lib/vra/catalog_item.rb#L121 Mkdir should be Mkdir_p so that users can pass in nested directories.