Skip to content

Commit

Permalink
Export-RegEx: Fixing #82 (updating ValidateSet)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Nov 22, 2021
1 parent cd14fb7 commit a41e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Export-RegEx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$Path,

# How the expression will be exported.
[ValidateSet('Metadata', 'File','Pattern','Hashtable', 'String','Variable', 'Alias','Script','Lambda','Engine','EmbeddedEngine')]
[ValidateSet('Metadata', 'File','Pattern','Hashtable', 'String','Variable', 'Alias','Script','Lambda','Engine','Embedded')]
[string]
$As = 'File',

Expand Down

0 comments on commit a41e38e

Please sign in to comment.