From d53ed79d1a40d6b32efe8ecc993eaae51b227902 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" Date: Fri, 4 Sep 2026 02:57:41 +0000 Subject: [PATCH] clarify comment: appName was previously interpolated raw (pre-fix behavior) --- apps/dokploy/__test__/server/libsql-appname-injection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/__test__/server/libsql-appname-injection.test.ts b/apps/dokploy/__test__/server/libsql-appname-injection.test.ts index db09e529d..9ff41da5b 100644 --- a/apps/dokploy/__test__/server/libsql-appname-injection.test.ts +++ b/apps/dokploy/__test__/server/libsql-appname-injection.test.ts @@ -12,7 +12,7 @@ import { import { quote } from "shell-quote"; import { beforeEach, describe, expect, it, vi } from "vitest"; -// The libsql `appName` is later interpolated raw into shell commands in +// The libsql `appName` was previously interpolated raw into shell commands in // packages/server/src/utils/docker/utils.ts (stopService/startService/ // removeService and their *Remote variants) and packages/server/src/ // services/docker.ts (the two `--filter` find commands in getContainerLogs).