typos and buildscript fixes & additions

This commit is contained in:
2024-05-16 17:51:14 -04:00
parent b30f3c3466
commit ddff1fcae6
6 changed files with 40 additions and 33 deletions

View File

@ -52,7 +52,7 @@ function check-ModuleForChanges
}
$file_hashes = @{}
get-childitem -path $path_module -file -Exclude $excludes | foreach-object {
get-childitem -path $path_module -file -Exclude $excludes -Recurse | foreach-object {
$id = $_.fullname
$hash_info = get-filehash -path $id -Algorithm MD5
$file_hashes[ $id ] = $hash_info.Hash