project ssh path is wrong

Created by: keith9820

The SSH path for my project doesn't work because it is missing the repositories directory.

git@git.myserver.com:mygroup/proj1.git

should be

git@git.myserver.com:repositories/mygroup/proj1.git

Is this a bug or have I mis-configured something?