Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-cs committed Sep 3, 2021
1 parent 9bb6346 commit b0ac279
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Public/psfalcon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ function Export-FalconReport {
param(
[Parameter(Position = 1)]
[ValidatePattern('\.csv$')]
[ValidateScript({
if (Test-Path $_) {
throw "An item with the specified name $_ already exists."
} else {
$true
}
})]
[string] $Path,

[Parameter(Mandatory = $true, ValueFromPipeLine = $true, Position = 2)]
Expand Down

0 comments on commit b0ac279

Please sign in to comment.