fix(photon): correct gateway start command (#45566)

This commit is contained in:
Teknium
2026-06-13 05:14:59 -07:00
committed by GitHub
parent fa2aba90b4
commit 2681c5a12d
7 changed files with 87 additions and 3 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ def _cmd_setup(args: argparse.Namespace) -> int:
print()
print("✓ Photon setup complete.")
print(" Start the gateway: hermes gateway start --platform photon")
print(" Start the gateway: hermes gateway start")
return 0