Skip to content

Commit cbe84d6

Browse files
committed
Lint
1 parent b2c6c99 commit cbe84d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hack/bin/create-helm-sboms.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ extract_images_from_chart() {
3737
# (we don't want to check the Helm chart, only extract its images)
3838
local output
3939
if [[ "$chart_name" == "wire-server" ]]; then
40-
local tmpval=$(mktemp --suffix=.yaml)
40+
local tmpval
41+
tmpval=$(mktemp --suffix=.yaml)
4142
cat > "$tmpval" <<'EOF'
4243
nginz: {secrets: {zAuth: {publicKeys: placeholder}, basicAuth: placeholder}}
4344
brig:

0 commit comments

Comments
 (0)