The fullname already contains the namespace so we were showing something like namespace/namespace/name instead of the expected namespace/name. This commit fixes that.
:thumbsup:
Makes sense :thumbsup:
Thanks for the review! :)
rebased
Pull-Request has been merged by pingou
The fullname already contains the namespace so we were showing something
like namespace/namespace/name instead of the expected namespace/name.
This commit fixes that.