Skip to content

Commit 2d18a1a

Browse files
committed
removing trailing dot
1 parent 2cf5476 commit 2d18a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/server/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func wakeHandler(w http.ResponseWriter, req *http.Request) {
8282
sendToClient(client, map[string]any{
8383
"success": true,
8484
"error": false,
85-
"message": "Started containers.",
85+
"message": "Started containers",
8686
})
8787

8888
closeClient(client)

0 commit comments

Comments
 (0)