private forgebox module issue

Hi

I have a set of commands in a package that works fine installed on its own:

.CommandBox\cfml\modules\OrionUtils\commands\Orion

installed from my private forgebox package, it installs like this:

.CommandBox\cfml\modules@arcadis\OrionUtils\commands\Orion

and does not appear to be recognized as a module.

thanks

Ed

Good find. Private packages are very new and I think we need to modify how CommandBox installs them. Previously, it just took the slug as the folder name, but I think that will cause issues now since the name contains a slash.

Thanks!

~Brad