1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

fix the case sensitivity in wicd-cli

This commit is contained in:
Adam Blackburn
2010-01-03 22:47:32 -10:00
parent a73e6d5fd9
commit d9d6328ba1

View File

@@ -143,6 +143,7 @@ if options.network_details:
# network properties
if options.network_property:
options.network_property = option.network_property.lower()
if options.wireless:
is_valid_wireless_network_id(options.network)
if not options.set_to: