From 928d28021a4051b337a2640c1806d3b8d820135c Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Fri, 28 Feb 2025 09:37:09 +0100 Subject: [PATCH] style: fix indent --- build/wdqs-frontend/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/wdqs-frontend/entrypoint.sh b/build/wdqs-frontend/entrypoint.sh index 395a3ba29..f72fcf5a8 100755 --- a/build/wdqs-frontend/entrypoint.sh +++ b/build/wdqs-frontend/entrypoint.sh @@ -17,7 +17,7 @@ export DOLLAR='$' # Generate initial config from template and put it to /config if ! [ -e "/config/wdqs-frontend-config.json" ]; then - envsubst < /templates/wdqs-frontend-config.json.template > /config/wdqs-frontend-config.json + envsubst < /templates/wdqs-frontend-config.json.template > /config/wdqs-frontend-config.json fi # Use config from /config