Skip to content

Commit

Permalink
Merge pull request #321 from erikdarlingdata/erikdarlingdata-patch-1
Browse files Browse the repository at this point in the history
Rename Merge All.ps1 to Merge-All.ps1
  • Loading branch information
erikdarlingdata authored Nov 21, 2023
2 parents 5d0abc0 + f37cf1e commit 0ab944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install-All/Merge All.ps1 → Install-All/Merge-All.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Set-Content -Path "$FilePath\Install-All\DarlingData.sql" -Encoding UTF8 -Force

0 comments on commit 0ab944b

Please sign in to comment.