Skip to content

Commit ea9f66f

Browse files
committed
Rename SQLITE_EXTENSIONS to DATASETTE_LOAD_EXTENSION
Closes #2424
1 parent a542870 commit ea9f66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datasette/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def sqlite_extensions(fn):
8585
"sqlite_extensions",
8686
"--load-extension",
8787
type=LoadExtension(),
88-
envvar="SQLITE_EXTENSIONS",
88+
envvar="DATASETTE_LOAD_EXTENSION",
8989
multiple=True,
9090
help="Path to a SQLite extension to load, and optional entrypoint",
9191
)(fn)

0 commit comments

Comments
 (0)