Rename 'Do-PreProcessing' to 'Invoke-Preprocessing' - Update some Comments

This commit is contained in:
Mr.k
2024-07-26 17:25:15 +03:00
parent 1803337574
commit 24d33fccd2
2 changed files with 7 additions and 7 deletions

View File

@ -37,11 +37,11 @@ $header = @"
"@
if (-NOT $SkipPreprocessing) {
# Dot source the 'Do-PreProcessing' Function from 'tools/Do-PreProcessing.ps1' Function
. "$workingdir\tools\Do-PreProcessing.ps1"
# Dot source the 'Invoke-Preprocessing' Function from 'tools/Invoke-Preprocessing.ps1' Script
. "$workingdir\tools\Invoke-Preprocessing.ps1"
$msg = "Pre-req: Code Formatting"
Update-Progress "Pre-req: Allocating Memory" 0
Do-PreProcessing $msg
Invoke-Preprocessing $msg
}
# Create the script in memory.