Skip to content

Commit d8e11c3

Browse files
Update listen command documentation (#181)
1 parent 6d840b6 commit d8e11c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/listen.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ Examples:
185185
186186
hookdeck listen %[1]d shopify
187187
188-
Forward events to a local server running on "http://myapp.test":
188+
Forward events to a local server running on "http://myapp.test:%[1]d":
189189
190-
hookdeck listen %[1]d http://myapp.test
190+
hookdeck listen http://myapp.test:%[1]d
191191
192192
Forward events to the path "/webhooks" on local server running on port %[1]d:
193193

0 commit comments

Comments
 (0)