mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Modify a typo for xcattest
This commit is contained in:
parent
b74e611c28
commit
aeb2f4e5fa
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user