Skip to content

Commit d1a7385

Browse files
authored
Correct a lack of variable curly brackets
1 parent fd329a7 commit d1a7385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/selenium-grid/certs/add-cert-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for cert_file in "${cert_files[@]}"; do
7575
else
7676
echo "Processing $cert_file"
7777
fi
78-
ALIAS="$ALIAS_PREFIX_$(basename $cert_file)"
78+
ALIAS="${ALIAS_PREFIX}_$(basename $cert_file)"
7979
cert_file=$(append_private_key_if_exists $cert_file)
8080
for cert_db_file in "${cert_db_files[@]}"; do
8181
echo "Adding to db: $cert_db_file"

0 commit comments

Comments
 (0)