Skip to content

Commit

Permalink
distro-check.sh: Fix centos-8 check
Browse files Browse the repository at this point in the history
The PRETTY_NAME for centos-8 changed from:

"CentOS Linux 8 (Core)"
to
"CentOS Linux 8"

Signed-off-by: Randy Witt <randy.e.witt@intel.com>
  • Loading branch information
Randy Witt committed Apr 14, 2021
1 parent 977128a commit 8a8f559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BASE_DISTRO="$3"
declare -A distros

distros["centos-7"]="CentOS Linux 7 (Core)"
distros["centos-8"]="CentOS Linux 8 (Core)"
distros["centos-8"]="CentOS Linux 8"
distros["debian-9"]="Debian GNU/Linux 9 (stretch)"
distros["debian-10"]="Debian GNU/Linux 10 (buster)"
distros["fedora-31"]="Fedora 31 (Container Image)"
Expand Down

0 comments on commit 8a8f559

Please sign in to comment.