Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tyroruyk committed Mar 6, 2024
1 parent 1a93b5a commit 2dee6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn info() {
}

if let Ok(machine) = machine::get_machine() {
println!("Host : {}", machine);
println!("Host : {}", machine);
}

if let Ok(uptime) = up::get_uptime() {
Expand Down

0 comments on commit 2dee6af

Please sign in to comment.