forked from mirrors/thatmattlove-hyperglass
fix incorrect dev_mode message
This commit is contained in:
parent
6780b74c63
commit
dbe3c72e74
1 changed files with 2 additions and 2 deletions
|
|
@ -174,9 +174,9 @@ def build_ui():
|
|||
status("Starting new UI build...")
|
||||
|
||||
if params.developer_mode:
|
||||
dev_mode = "production"
|
||||
else:
|
||||
dev_mode = "development"
|
||||
else:
|
||||
dev_mode = "production"
|
||||
|
||||
try:
|
||||
build_success = aiorun(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue