Skip to content

Commit f4fbd92

Browse files
authored
Uppercase env var
1 parent 2482d00 commit f4fbd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
register_option(
255255
'interpolate_query_with_empty_args', 'bool', check_bool, False,
256256
'Should mogrify apply string interpolation when args is an empty tuple/list? ',
257-
environ='SINGLESTOREDB_interpolate_query_with_empty_args',
257+
environ='SINGLESTOREDB_INTERPOLATE_QUERY_WITH_EMPTY_ARGS',
258258
)
259259

260260
register_option(

0 commit comments

Comments
 (0)