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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Aug 21, 2016
1 parent c5f5d33 commit ed9c050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso-hotfix-utility
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _is_network_alive() {


_do_network_check() {
{ is_network_alive && NETWORK_ALIVE='True'; } || NETWORK_ALIVE='False'
{ _is_network_alive && NETWORK_ALIVE='True'; } || NETWORK_ALIVE='False'
}


Expand Down

0 comments on commit ed9c050

Please sign in to comment.