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:
parent
4c025a7c9a
commit
c58a9ab092
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user