Skip to content

Commit

Permalink
Merge branch 'main' into scrimlet-report-in
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jul 28, 2022
2 parents b4bbdfc + 2328063 commit 2cb1563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateway-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Client {
) -> Result<WebSocketStream<MaybeTlsStream<TcpStream>>> {
// TODO should we be able to attach through the openapi client?
let path = format!(
"ws://{}:{}/sp/sled/{}/component/sp3/serial_console/attach",
"ws://{}:{}/sp/sled/{}/component/sp3/serial-console/attach",
self.server, self.port, self.sled
);
let (ws, _response) = tokio_tungstenite::connect_async(path)
Expand Down

0 comments on commit 2cb1563

Please sign in to comment.