Skip to content

Commit

Permalink
Use fqns
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Nov 16, 2023
1 parent 8c15ca7 commit c18bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole/private/Add-SpectreTreeNode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See Format-SpectreTree for usage.
function Add-SpectreTreeNode {
param (
[Parameter(Mandatory)]
[IHasTreeNodes] $Node,
[Spectre.Console.IHasTreeNodes] $Node,
[Parameter(Mandatory)]
[array] $Children
)
Expand Down

0 comments on commit c18bebd

Please sign in to comment.