2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 03:30:33 +00:00

Merge pull request #6610 from peterwywong/fix_xcat_inventory

Fix a typo from xcat-inventory to xcat_inventory
This commit is contained in:
cxhong
2020-04-06 17:29:13 -04:00
committed by GitHub

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 {