Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 9, 2024
1 parent fee6945 commit f80d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/src/force_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ async def force_deploy():
print(f"Forcing deployment: {res}")


if os.getenv("ENGINE", "wren-ui") == "wren-ui":
if os.getenv("ENGINE", "wren_ui") == "wren_ui":
asyncio.run(force_deploy())

0 comments on commit f80d9f1

Please sign in to comment.