Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjaffe37 committed Mar 4, 2024
1 parent a46f7ae commit 8bb325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wix/helpers/Validate-Input.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ param (
)

$validInputs = $validInputs.Trim("'")
$validInputArray = $ -split "$delimiter"
$validInputArray = $validInputs -split "$delimiter"

$toValidate = $toValidate.Trim("'")
$inputArray = $toValidate -split "$delimiter"
Expand Down

0 comments on commit 8bb325b

Please sign in to comment.