Skip to content

Commit

Permalink
Fix #7433: correct typo in variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Samveen <samveen@samveen.in>
  • Loading branch information
samveen committed Apr 13, 2024
1 parent e582521 commit e54aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-server/lib/xcat/plugins/debian.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e54aabe

Please sign in to comment.