Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
370 stars 234 forks source link

bug: tags can't have `-` #340

Closed Tinyblargon closed 3 months ago

Tinyblargon commented 3 months ago

Tags should be allowed to have a - in it. But a tag may not start with an -.

Tinyblargon commented 3 months ago

fixed by #342