Skip to content

Commit

Permalink
Merge pull request #844 from Jedsek/main
Browse files Browse the repository at this point in the history
Fix `println` in client.md
  • Loading branch information
zeenix authored Jun 14, 2024
2 parents eca4cf6 + e757920 commit 1e27941
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 1e27941

Please sign in to comment.