Skip to content

Commit

Permalink
Fix missing file extension (#536)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Watherston <[email protected]>
  • Loading branch information
anwather and Anthony Watherston authored Apr 8, 2024
1 parent 58a68d8 commit da1be6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
New-Item .\Module\EnterprisePolicyAsCode\internal\functions -ItemType Directory -Force
New-Item .\Module\EnterprisePolicyAsCode\functions -ItemType Directory -Force

Get-ChildItem -Path .\Scripts\Helpers\*.ps1 -Recurse -File -Exclude Add-HelperScripts. | Copy-Item -Destination .\Module\EnterprisePolicyAsCode\internal\functions
Get-ChildItem -Path .\Scripts\Helpers\*.ps1 -Recurse -File -Exclude Add-HelperScripts.ps1 | Copy-Item -Destination .\Module\EnterprisePolicyAsCode\internal\functions

# Deploy Functions

Expand Down

0 comments on commit da1be6c

Please sign in to comment.