mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 19:50:21 +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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user