Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jul 29, 2024
1 parent 8c6138d commit 38f7961
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 @@ -53,7 +53,7 @@ my-grpc-extensions = { tag = "get_tag_from_github", git = "https://github.com/My

//part of my_ssh library
let ssh_credentials = my_grpc_extensions::my_ssh::SshCredentials::SshAgent{
ssh_remote_host: "10.0.0.2".to_string(),
ssh_remote_host: "ssh_host".to_string(),
ssh_remote_port: 22,
ssh_user_name: "user".to_string(),
};
Expand Down

0 comments on commit 38f7961

Please sign in to comment.