2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Merge pull request #3115 from hu-weihua/xcattest

Modify a typo for xcattest
This commit is contained in:
Yuan Bai 2017-05-23 10:36:53 +08:00 committed by GitHub
commit 12fb826572

View File

@ -882,7 +882,7 @@ sub load_case {
my @newvalidoslist = ();
foreach my $validos (@validoslist) {
if ($validos =~ /linux/i) {
push(@newvalidoslist, ("rhel", "sles", "ubnutu"));
push(@newvalidoslist, ("rhel", "sles", "ubuntu"));
} else {
push(@newvalidoslist, $validos);
}