Actions
Bug #12591
closedTypo in katello/repository.rb
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1282657
Description of problem:
$ find . -name *.rb|xargs grep -s 'to deleting it'
./app/models/katello/repository.rb: "Please delete all Content View versions containing this repository before attempting to deleting it."))
Version-Release number of selected component (if applicable):
Master repo
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
"...before attempting to deleting it"
Expected results:
"...before attempting to delete it"
Additional info:
Actions