mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Debian patch: 03-fix_typo_wicd-cli.patch
This commit is contained in:
@@ -143,7 +143,7 @@ if options.network_details:
|
|||||||
# network properties
|
# network properties
|
||||||
|
|
||||||
if options.network_property:
|
if options.network_property:
|
||||||
options.network_property = option.network_property.lower()
|
options.network_property = options.network_property.lower()
|
||||||
if options.wireless:
|
if options.wireless:
|
||||||
if options.network >= 0:
|
if options.network >= 0:
|
||||||
is_valid_wireless_network_id(options.network)
|
is_valid_wireless_network_id(options.network)
|
||||||
|
|||||||
Reference in New Issue
Block a user