From 2c40435c1b05ba56b95551fbd79db8b94c8f5b42 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 29 May 2025 21:12:48 +0200 Subject: [PATCH] Add missing path --- dist/scripts/src/fetch-secrets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/scripts/src/fetch-secrets.sh b/dist/scripts/src/fetch-secrets.sh index 0042696..017314d 100755 --- a/dist/scripts/src/fetch-secrets.sh +++ b/dist/scripts/src/fetch-secrets.sh @@ -46,7 +46,7 @@ main() { # If filename is specified in json, use it; otherwise, use the local_secret as the filename if [[ -n "${filename}" && "${filename}" != "null" ]]; then - output_file="${filename}" + output_file="${secrets_dir}/${filename}" fi if [[ -z "${env}" ]]; then