Not a bug cmd.php build-release : not finding addon ID when "-"

Jean-Baptiste

Well-known member
Affected version
2.1
Hello,

When I try to build an addon release, it doesn't works when it contains a dash in it's ID.

Example :
Code:
[dev@vps496444 xf2]$ php cmd.php xf-addon:build-release AB-CD
No add-on with ID 'AB-CD' could be found.

Thanks
 
We don’t support add on IDs containing dashes. We only display them like that in URLs. So when used in commands or used in other contexts you would use the slash.
 
Back
Top Bottom