You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use a full URI ('file:///' type in my case) as 'README.md' states, but found that the variable (IMHO) is not correctly parsed as it's type (cookbook_file / remote_file) is determined only by the length of the string/array is passed, so we reach the scenario where a single URI string can not be used as 'remote_file'.
I've workarounded it for my personal use, but I thought It would be nice to have it discussed/fixed starting from here :)
Bests!
The text was updated successfully, but these errors were encountered:
Ohai!
I've been trying to use a full URI ('file:///' type in my case) as 'README.md' states, but found that the variable (IMHO) is not correctly parsed as it's type (cookbook_file / remote_file) is determined only by the length of the string/array is passed, so we reach the scenario where a single URI string can not be used as 'remote_file'.
I've workarounded it for my personal use, but I thought It would be nice to have it discussed/fixed starting from here :)
Bests!
The text was updated successfully, but these errors were encountered: