From c58a9ab092c1d7d7a1670fd1681e580af41f7354 Mon Sep 17 00:00:00 2001 From: Wai Yee Wong Date: Mon, 2 Mar 2020 15:34:39 -0500 Subject: [PATCH] Fix a typo from xcat-inventory to xcat_inventory --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 7cc2a4641..f95a839b9 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -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 {