mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-09 21:10:15 +00:00
Wrong variable used
This commit is contained in:
@@ -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\.]+$/)
|
||||
{
|
||||
|
Reference in New Issue
Block a user