Skip to content

Commit

Permalink
Rename SQLITE_EXTENSIONS to DATASETTE_LOAD_EXTENSION
Browse files Browse the repository at this point in the history
Closes #2424
  • Loading branch information
simonw committed Sep 9, 2024
1 parent a542870 commit ea9f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def sqlite_extensions(fn):
"sqlite_extensions",
"--load-extension",
type=LoadExtension(),
envvar="SQLITE_EXTENSIONS",
envvar="DATASETTE_LOAD_EXTENSION",
multiple=True,
help="Path to a SQLite extension to load, and optional entrypoint",
)(fn)
Expand Down

0 comments on commit ea9f66f

Please sign in to comment.