Skip to content

Commit dc3e044

Browse files
authored
Fix duplicated bashio::network.enabled() function (#152)
1 parent f3bd571 commit dc3e044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function bashio::network.enabled() {
164164
# Arguments:
165165
# $1 Interface name for this operation (optional)
166166
# ------------------------------------------------------------------------------
167-
function bashio::network.enabled() {
167+
function bashio::network.connected() {
168168
local interface=${1:-'default'}
169169

170170
bashio::log.trace "${FUNCNAME[0]}"

0 commit comments

Comments
 (0)