Skip to content

Commit b109eb3

Browse files
committed
fix: Fix inspect event link
1 parent 9779230 commit b109eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func (p *Proxy) processEndpointResponse(webhookEvent *websocket.Attempt, resp *h
252252
localTime := time.Now().Format(timeLayout)
253253

254254
color := ansi.Color(os.Stdout)
255-
outputStr := fmt.Sprintf("%s [%d] %s %s | https://dashboard.hookdeck.com/events/%s",
255+
outputStr := fmt.Sprintf("%s [%d] %s %s | https://dashboard.hookdeck.com/cli/events/%s",
256256
color.Faint(localTime),
257257
ansi.ColorizeStatus(resp.StatusCode),
258258
resp.Request.Method,

0 commit comments

Comments
 (0)