Skip to content

Commit 3351f61

Browse files
author
James Brundage
committed
fix: Get-WebSocket alias fix
Removing duplicate
1 parent 87b29a5 commit 3351f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Get-WebSocket.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function Get-WebSocket {
111111
param(
112112
# The WebSocket Uri.
113113
[Parameter(Position=0,ValueFromPipelineByPropertyName)]
114-
[Alias('Url','Uri','WebSocketUrl','WebSocketUri')]
114+
[Alias('Url','Uri','WebSocketUrl')]
115115
[uri]
116116
$WebSocketUri,
117117

0 commit comments

Comments
 (0)