Skip to content

Commit

Permalink
⚡ UPDATE psPAS.psm1
Browse files Browse the repository at this point in the history
Changed Get-ChildItem parameter
  • Loading branch information
pspete committed Mar 1, 2020
1 parent a5b29af commit b40defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psPAS/psPAS.psm1
Expand Up @@ -30,7 +30,7 @@ param(
}

#Get function files
Get-ChildItem $PSScriptRoot\ -Recurse -Filter "*.ps1" -Exclude "*.ps1xml" |
Get-ChildItem $PSScriptRoot\ -Recurse -Include "*.ps1" -Exclude "*.ps1xml" |

ForEach-Object {

Expand Down

0 comments on commit b40defb

Please sign in to comment.