berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Cookbook uploads fail with windows paths. Rest of the api does not. #280

Closed paulmccallick closed 7 years ago

paulmccallick commented 10 years ago
require 'ridley'
# works!
cb =  Ridley::Chef::Cookbook.from_path('c:\xxx\humbug')
# fails!
r.cookbook.upload('c:\cbworkflow-new\humbug',force: true)
#works!
r.cookbook.upload('c:/cbworkflow-new/humbug',force: true)
sethvargo commented 9 years ago

@paulmccallick can you clarify what you mean by "fails" please? Is there an error? Is there a stacktrace?

thommay commented 7 years ago

I think we probably use ridley cookbook upload on windows pretty extensively and since there's been no further information on this bug for two years let's close this.