diff --git a/Install-All/Merge All.ps1 b/Install-All/Merge-All.ps1 similarity index 96% rename from Install-All/Merge All.ps1 rename to Install-All/Merge-All.ps1 index 4021b2f..07c421c 100644 --- a/Install-All/Merge All.ps1 +++ b/Install-All/Merge-All.ps1 @@ -3,4 +3,4 @@ Where-Object { $_.FullName -notlike "*sp_WhoIsActive*" } | ForEach-Object { Get-ChildItem $_.FullName | Where-Object { $_.Name -like "sp_*" -and $_.Name -notlike "sp_Human Events Agent*" } } | ForEach-Object { Get-Content $_.FullName -Encoding UTF8 } | -Set-Content -Path "$FilePath\Install-All\DarlingData.sql" -Encoding UTF8 -Force \ No newline at end of file +Set-Content -Path "$FilePath\Install-All\DarlingData.sql" -Encoding UTF8 -Force