Actions
Bug #4066
closedUsing the --label option of repo create seems to be buggy
Description
If you run these two commands in the CLI:
```
k repo create --name="repo1" --url="http://davidd.fedorapeople.org/repos/random_puppet/" --product=prod1 --label=repo11
k repo create --name="repo1" --url="http://davidd.fedorapeople.org/repos/random_puppet/" --product=prod1 --label=repo12
```
You get this error:
```
Label has already been taken
```
Seems kind of odd since the labels are different.
Created: daviddavis on August 06, 2013 19:44 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2727
Actions