Comment 3 for bug 1303880

Revision history for this message
Marco Ceppi (marcoceppi) wrote : Re: After upgrade to 1.18, can not deploy local charms

Curtis pointed out the break occurs when you do not explicitly include series, ie:

juju deploy --repository $HOME/charms local:charm

vs

juju deploy --repository $HOME/charms local:precise/charm

the latter will succeed. While it's still a bug in that fuzzy URLs should be expanded it's not nearly as critical as it seems.