You've already forked neo64fetch
mirror of
https://github.com/neoarz/neo64fetch.git
synced 2026-02-19 03:33:38 +01:00
fix: do actually print entire line
This commit is contained in:
@@ -44,7 +44,7 @@ pub fn get_ip_info() -> String {
|
||||
}
|
||||
}
|
||||
|
||||
return format!("Local IP ({}): {}", interface, ip_with_cidr);
|
||||
return format!("({}) {}", interface, ip_with_cidr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user