Skip to content

Commit

Permalink
Update src/deploy_start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Sep 24, 2024
1 parent 2cafc3c commit 96320b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def graph_deploy(param, conf_obj):
basic_config.server_backend = sys.argv[2]
graph_deploy(sys.argv[1], basic_config)
else:
print('failed: 执行脚本参数为[all,server,toolchain, pd, store, hugegraph]')
print('failed: 执行脚本参数为[all, hugegraph, toolchain, server, pd, store]')
exit(1)

0 comments on commit 96320b5

Please sign in to comment.