diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index aec898019..06fdb86fd 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -2388,7 +2388,7 @@ sub make_customization_spec { %lfpd = ( licenseFilePrintData=>CustomizationLicenseFilePrintData->new( autoMode=>CustomizationLicenseDataMode->new( - val => 'perSeat', + 'perSeat' ) ) );