Skip to content

Commit b291842

Browse files
CH-149 Update command in generate_fastapi_server
1 parent 2a1824a commit b291842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/deployment-cli-tools/ch_cli_tools/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def generate_server(app_path, overrides_folder=""):
3333

3434

3535
def generate_fastapi_server(app_path):
36-
command = f"cd {app_path}/api && bash -c ./genapi.sh"
36+
command = f"cd {app_path}/api && bash genapi.sh"
3737
os.system(command)
3838

3939

0 commit comments

Comments
 (0)