Commit f89ef3ea authored by nimrod's avatar nimrod
Browse files

- Fixed typo.

parent 6ad76d47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ iswifi () {
}

wifi_connection () {
    nmcli --terse --fields GENERAL.CONNECTION device show "$1" | awk -F: '{print tolowe(r$2)}'
    nmcli --terse --fields GENERAL.CONNECTION device show "$1" | awk -F: '{print tolower(r$2)}'
}

if [ $# -ne 2 ]