Skip to content

Commit

Permalink
Fixes Example
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Aug 1, 2024
1 parent a82a0c0 commit e925bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ my-grpc-extensions = { tag = "get_tag_from_github", git = "https://github.com/My
};

//part of my_ssh library.
let ssh_sessions_pool:Arc<_> = Arc::new(SshSessionsPool::new()).into();
let ssh_sessions_pool:Arc<_> = SshSessionsPool::new().into();


//Enabling SSH connection
Expand Down

0 comments on commit e925bfa

Please sign in to comment.