diff --git a/xCAT-server/lib/xcat/plugins/tabutils.pm b/xCAT-server/lib/xcat/plugins/tabutils.pm index 86bc9da6d..5c6c46ee4 100644 --- a/xCAT-server/lib/xcat/plugins/tabutils.pm +++ b/xCAT-server/lib/xcat/plugins/tabutils.pm @@ -11,7 +11,7 @@ use warnings; use xCAT::Table; use xCAT::Schema; use Data::Dumper; -use xCAT::NodeRange qw/abbreviate_noderange/; +use xCAT::NodeRange qw/noderange abbreviate_noderange/; use xCAT::Schema; use xCAT::Utils; use Getopt::Long;