frapposelli / vagrant-vcloud

Vagrant provider for VMware vCloud Director®
MIT License
67 stars 38 forks source link

Nokogiri css doesn't appear to like a space before the selector #131

Closed DouglasRoyds closed 7 years ago

DouglasRoyds commented 8 years ago

Nokogiri css selector doesn't appear to like a space between the element and the [type] selector. It returned an empty array.

StefanScherer commented 8 years ago

@DouglasRoyds Thanks! There are some other places in the code that could be updated the same way. It seems that fixes my problem using Vagrant 1.8.6 with multiple VM's in a vApp. Do you like to update your PR?

DouglasRoyds commented 8 years ago

Sorry, I've moved on to other things, and won't be able to do that. I hope you are able to.

StefanScherer commented 8 years ago

@DouglasRoyds Thanks. No problem. I'll open a PR.