Fix in cli.py --restore utility
This commit is contained in:
parent
f78fb6d410
commit
330c54d479
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ def reinstall(verbose=True):
|
|||
|
||||
@cmd
|
||||
def restore(db_name, source_sql, verbose=True, force=False):
|
||||
install(db_name, source_sql, verbose=verbose, force=force)
|
||||
install(db_name, source_sql=source_sql, verbose=verbose, force=force)
|
||||
|
||||
@cmd
|
||||
def install_fixtures():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue