From 5f54bceba4009a1e98b142e5ba40930465864b2f Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 27 Jul 2021 10:13:28 -0400 Subject: [PATCH] Wrong variable used --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 600c2cbf6..117ecdb31 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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\.]+$/) {