From e54aabef0e62245da5bddd6b1ce72baa3cd0906d Mon Sep 17 00:00:00 2001 From: Samveen Date: Sat, 13 Apr 2024 12:37:01 +0530 Subject: [PATCH] Fix #7433: correct typo in variable name Signed-off-by: Samveen --- xCAT-server/lib/xcat/plugins/debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/debian.pm b/xCAT-server/lib/xcat/plugins/debian.pm index 80b307961..b44e5b4be 100644 --- a/xCAT-server/lib/xcat/plugins/debian.pm +++ b/xCAT-server/lib/xcat/plugins/debian.pm @@ -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) {