Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Correct check for capture_video param
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Dec 28, 2009
1 parent 10c880c commit 6d4f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/darwin
Expand Up @@ -12,7 +12,7 @@ function get_gateway_ip {
}

function get_wifi_info {
wifi_info=`$airport -I | grep -v "Off"`
wifi_info=`$airport -I | grep -v "Off"`
}

function try_to_connect {
Expand Down

0 comments on commit 6d4f2db

Please sign in to comment.