Skip to content

Commit

Permalink
fix case for openeuler
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Sep 26, 2023
1 parent 6f68bfe commit d7c8479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dist/count_avail_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ which repoquery >& /dev/null || { echo "repoquery must be installed locally"; ex

version=$1
arches="x86_64 aarch64 noarch"
oses="EL_9 Leap_15 OpenEuler_22.03"
oses="EL_9 Leap_15 openEuler_22.03"


major_ver=`echo ${version} | cut -d '.' -f1`
Expand Down

0 comments on commit d7c8479

Please sign in to comment.