Skip to content

Commit

Permalink
BUGFIX: wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
drivera-armedia committed Aug 27, 2024
1 parent 2af5cdf commit 8fbd5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ __poll_url()

local __START="$(date +%s)"
waiting "Starting the polling cycle for [${__URL}] (for up to ${__MAX_WAIT_STR})..."
local __NOW="${START}"
local __NOW="${__START}"
local __DURATION="0"
while true ; do
curl ${__INSECURE} -fsSL -m 5 "${__URL}" &>/dev/null && break
Expand Down

0 comments on commit 8fbd5a8

Please sign in to comment.