Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedsek authored Jun 14, 2024
1 parent eca4cf6 commit e757920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async fn main() -> Result<()> {
let proxy = SystemdManagerProxy::new(&connection).await?;
println!("Host architecture: {}", proxy.architecture().await?);
println!("Environment:");
println!("Environment variables:");
for env in proxy.environment().await? {
println!(" {}", env);
}
Expand Down

0 comments on commit e757920

Please sign in to comment.