Skip to content

Commit 0d99fb6

Browse files
committed
...
1 parent b11df98 commit 0d99fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PSTree/Commands/GetPSTreeCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Linq;
55
using System.Management.Automation;
66

7-
namespace PSTree;
7+
namespace PSTree.Commands;
88

99
[Cmdlet(VerbsCommon.Get, "PSTree", DefaultParameterSetName = "Path")]
1010
[OutputType(typeof(PSTreeDirectory), typeof(PSTreeFile))]

0 commit comments

Comments
 (0)