Skip to content

Commit

Permalink
feat: $psTech(s) ( Fixes #1067 )
Browse files Browse the repository at this point in the history
Fixing Command Type
  • Loading branch information
James Brundage committed Mar 17, 2024
1 parent e8c301a commit 22d7c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PipeScript.ps1.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $PipeScript.Extensions |
. {
process {
if ($_.Name -notlike 'Language*') {
if ($_.pstypenames -contains 'Tech.Command') {
if ($_.pstypenames -contains 'Technology.Command') {
$TechsByName[$_.Name] = $_
}
if ($_.pstypenames -contains 'Parser.Command') {
Expand Down

0 comments on commit 22d7c92

Please sign in to comment.