Skip to content

Commit

Permalink
Fix backend call.
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 19, 2017
1 parent 40bece6 commit 8974170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gobonet
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function connect_wifi() {

function connect_wired() {
disconnect_wifi
gobonet_backend connect_dhcp "$wired_interface"
gobonet_backend connect-dhcp "$wired_interface"
}

function disconnect_wifi() {
Expand Down

0 comments on commit 8974170

Please sign in to comment.