diff --git a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc index c085e1e..1c74a8c 100644 --- a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc +++ b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc @@ -23,7 +23,7 @@ List all running tasks and select only those relevant for current branching. [source,bash,subs="attributes"] ---- -$ koji list-builds --state=0 --type=rpm | grep epel{epel_major} | awk '{print $1}' +$ koji list-builds --state=0 --type=rpm | grep el{epel_major}_0 | awk '{print $1}' ---- Cancel each of those tasks