2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fix a typo from xcat-inventory to xcat_inventory

This commit is contained in:
Wai Yee Wong 2020-03-02 15:34:39 -05:00
parent 4c025a7c9a
commit c58a9ab092

View File

@ -1761,7 +1761,7 @@ sub get_files_recursive
next if ($direntry eq '..');
my $target = "$dir/$direntry";
if (-d $target) {
unless ($target =~ /xcat-inventory\/templates/){
unless ($target =~ /xcat_inventory\/templates/){
get_files_recursive($target, $files_path_ref);
}
} else {