BatmanAMA / powerbox

Netbox powershell module
MIT License
48 stars 18 forks source link

Stop it turning https: into httpss: then breaking. #21

Closed HumanEquivalentUnit closed 5 years ago

HumanEquivalentUnit commented 5 years ago

My .Next already has https at the start, and this was making it httpss, and then throwing errors. Changed the regex to only match a complete http: at the start of the string.