Skip to content

Commit daf92b3

Browse files
authored
Merge pull request #68 from vidispine/fixes-1.26
fix brace
2 parents df73df5 + 230861d commit daf92b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hull-vidispine-addon/templates/_library.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ AUTH_BASIC_DATABASE_USERNAME:
346346
AUTH_BASIC_DATABASE_PASSWORD:
347347
inline: {{ (index $parent.Values.hull.config.specific.components $component).database.password }}
348348
database-connectionString:
349-
{{ if (hasKey index $parent.Values.hull.config.specific.components $component).database "connectionString" }}
349+
{{ if (hasKey (index $parent.Values.hull.config.specific.components $component).database "connectionString") }}
350350
inline: {{ (index $parent.Values.hull.config.specific.components $component).database.connectionString }}
351351
{{ else }}
352352
inline: {{ include "hull.vidispine.addon.library.get.endpoint.info" (dict "PARENT_CONTEXT" $parent "TYPE" "database" "INFO" "connectionString" "COMPONENT" $component) }}

0 commit comments

Comments
 (0)