Skip to content

Commit

Permalink
Update Merge-All.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdarlingdata authored Nov 21, 2023
1 parent 40fd73c commit c0cbf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Install-All/Merge-All.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Get-ChildItem -Path "C:\Users\edarl\OneDrive\Documents\GitHub\DarlingData" -Filter "sp_*" |
Get-ChildItem -Path ".." -Filter "sp_*" |
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 ".\DarlingData.sql" -Encoding UTF8 -Force

0 comments on commit c0cbf7c

Please sign in to comment.