We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf5476 commit 2d18a1aCopy full SHA for 2d18a1a
internals/server/http.go
@@ -82,7 +82,7 @@ func wakeHandler(w http.ResponseWriter, req *http.Request) {
82
sendToClient(client, map[string]any{
83
"success": true,
84
"error": false,
85
- "message": "Started containers.",
+ "message": "Started containers",
86
})
87
88
closeClient(client)
0 commit comments