Skip to content

Commit cdd70c3

Browse files
committed
*Use double quotes to follow formatting style
1 parent 949576f commit cdd70c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ check_result $? "SSL install" >/dev/null
9090
if [ ! -z "$LETSENCRYPT" ]; then
9191
update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'yes'
9292
else
93-
add_object_key 'web' 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
93+
add_object_key "web" 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
9494
fi
9595

9696

0 commit comments

Comments
 (0)