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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user