Remove add_namespace call for project creation
Since CreateRepository will do a mkdir -p when creating a new repository, we do not need to call AddNamespace before creating the repository.
Showing
Please register or sign in to comment
Since CreateRepository will do a mkdir -p when creating a new repository, we do not need to call AddNamespace before creating the repository.