Skip to content

Commit

Permalink
Add the stack name to the update message
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiiBunn committed Jul 26, 2024
1 parent d7ab665 commit 9a05812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/agent-socket-handlers/docker-socket-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class DockerSocketHandler extends AgentSocketHandler {
await stack.update(socket);
callbackResult({
ok: true,
msg: "Updated"
msg: `Updated: ${stackName}`
}, callback);
server.sendStackList();
} catch (e) {
Expand Down

0 comments on commit 9a05812

Please sign in to comment.