2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-05 19:15:13 +00:00

Fix #7433: correct typo in variable name

Signed-off-by: Samveen <samveen@samveen.in>
This commit is contained in:
Samveen
2024-04-13 12:37:01 +05:30
parent e582521ec7
commit e54aabef0e

View File

@@ -438,7 +438,7 @@ sub copycd
}
else
{
my $osdistoname = $distname . "-" . $arch;
my $osdistroname = $distname . "-" . $arch;
my $temppath = "$installroot/$distname/$arch";
my @ret = xCAT::SvrUtils->update_osdistro_table($distname, $arch, $temppath, $osdistroname);
if ($ret[0] != 0) {