2
0
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:
Mark Gurevich
2021-07-27 10:13:28 -04:00
parent 890aa93bd1
commit 5f54bceba4

View File

@@ -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\.]+$/)
{