Merge pull request #6166 from livarcocc/merge_rel_1_0_0

Merge rel/1.0.0 into rel/1.0.1
This commit is contained in:
Livar 2017-03-27 16:57:19 -07:00 committed by GitHub
commit ead75862d3

View file

@ -92,7 +92,7 @@ get_current_os_name() {
echo "opensuse.42.1"
return 0
;;
"rhel.7.0" | "rhel.7.1" | "rhel.7.2")
"rhel.7"*)
echo "rhel"
return 0
;;