mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 01:56:39 +00:00
Wrong variable used
This commit is contained in:
parent
890aa93bd1
commit
5f54bceba4
@ -2140,7 +2140,7 @@ sub copycd
|
||||
# ex: "Rocky Linux 8"
|
||||
#
|
||||
my @rl_version = split / /, $desc;
|
||||
$distname = "rocky" . $ol_version[-1];
|
||||
$distname = "rocky" . $rl_version[-1];
|
||||
}
|
||||
elsif ($desc =~ /^[\d\.]+$/)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user