Skip to content

Commit f741523

Browse files
committed
Shorten notify channel name
1 parent 736705f commit f741523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/agentsdk/agentsdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ func websocketNetConn(ctx context.Context, conn *websocket.Conn, msgType websock
616616
// StartupLogsNotifyChannel returns the channel name responsible for notifying
617617
// of new startup logs.
618618
func StartupLogsNotifyChannel(agentID uuid.UUID) string {
619-
return fmt.Sprintf("workspace-agent-startup-logs:%s", agentID)
619+
return fmt.Sprintf("startup-logs:%s", agentID)
620620
}
621621

622622
type StartupLogsNotifyMessage struct {

0 commit comments

Comments
 (0)