Add missing path
This commit is contained in:
2
dist/scripts/src/fetch-secrets.sh
vendored
2
dist/scripts/src/fetch-secrets.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user