mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed un-used variable
This commit is contained in:
parent
142a550a99
commit
ba515fc56e
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ def make_dockerfile(files, metadata_file, extra_options, branch, template_dir, p
|
||||||
for opt in extra_options.split():
|
for opt in extra_options.split():
|
||||||
cmd.append('"{}"'.format(opt))
|
cmd.append('"{}"'.format(opt))
|
||||||
|
|
||||||
install_from = 'datasette'
|
|
||||||
if branch:
|
if branch:
|
||||||
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
|
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
|
||||||
branch
|
branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue