mirror of
https://codeberg.org/icewind/wifi-prometheus-exporter.git
synced 2026-06-03 08:34:25 +02:00
uppercase
This commit is contained in:
parent
60adc670af
commit
d23bc84910
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ impl WifiLister {
|
|||
Ok(s.lines()
|
||||
.filter(|s| s.starts_with("Station"))
|
||||
.filter_map(|s| s.split(' ').nth(1))
|
||||
.map(String::from)
|
||||
.map(str::to_ascii_uppercase)
|
||||
.collect())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue