Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Nov 7, 2024
1 parent b151bca commit bb8e270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/write-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function dogsm {
local dosecretproject=$1
local dovaultpath=$2
local dofilename=$3
gcloud secrets versions access latest --project $dosecretproject --secret $dovaultpath > "${dofilename}"
gcloud secrets versions access latest --project "${dosecretproject}" --secret "${dovaultpath}" > "${dofilename}"
}

# Read a GSM secret into an output file, decoding from base64
Expand Down

0 comments on commit bb8e270

Please sign in to comment.