Unverified Commit 0878f80b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Local variable declaration (#1047)

parent 04fe8e4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ set -Eeuo pipefail

pipe() {
  local code="99"
  msg="Failed to connect to $1, reason:"
  local msg="Failed to connect to $1, reason:"

  curl --disable --silent --max-time 15 --fail --location "${1}" || {
    code="$?"