Wrong file

This commit is contained in:
Michael Simacek 2016-02-12 15:30:50 +01:00
parent bff81cccfc
commit f115b7123b

View file

@ -126,8 +126,8 @@
- name: HOTFIX koji changed default group type
lineinfile: >
dest=/usr/lib/python2.7/site-packages/koschei/resolver.py
regexp="if not package['blocked'] and package['type'] == '[^']*']"
dest=/usr/lib/python2.7/site-packages/koschei/util.py
regexp="if not package\['blocked'\] and package\['type'\] == '[^']*'\]"
line="if not package['blocked'] and package['type'] == 'mandatory']"
tags:
- koschei