Skip to content

Commit

Permalink
epm status --third-party: fix on rosa and mos (eterbug #17860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and vitlav committed Dec 19, 2024
1 parent 526cfb9 commit c54df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/epm-status
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ epm_status_thirdparty()
echo "$distribution" | grep -q "^EEPM" && return 1
return 0
;;
rosafresh|mos)
rosa*|mos)
epm_status_validate $pkg || return 1

echo "$distribution" | grep -q "^ROSA" && return 1
Expand Down

0 comments on commit c54df9f

Please sign in to comment.