Skip to content

Commit

Permalink
XXX break bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Oct 9, 2023
1 parent 29bde77 commit c939773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cockpit/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ def main(*, beipack: bool = False) -> None:
print(json.dumps([config.__dict__ for config in Packages().get_bridge_configs()], indent=2))
return

raise AssertionError("No bridge today, my cockpit's gone away")

# The privileged bridge doesn't need ssh-agent, but the main one does
if 'SSH_AUTH_SOCK' not in os.environ and not args.privileged:
start_ssh_agent()
Expand Down

0 comments on commit c939773

Please sign in to comment.