clns / gitlab-cli

CLI tool for GitLab (no prerequisites required)
MIT License
100 stars 32 forks source link

Multiple group inclusion failed to copy label #14

Closed daisukixci closed 1 year ago

daisukixci commented 6 years ago

When you have a repo which is in a group which is also in a group. I use the command: gitlab-cli label copy -U https://<URL>/<group1>/<group2>/<project> -t <token> it returns error: invalid target repository: failed to get Gitlab project 'https://...': repository with path <group1>/<group2>/<project> was not found

PS: thanks for your work.