Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
masahide authored and github-actions[bot] committed Aug 25, 2024
1 parent 19d9c9e commit cb61fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ubuntu.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
__get_proxy() {
echo "Downloading ${NAME}.gz"
mkdir -p "${PROXYCMD_DIR}"
curl "${REPO_URL}/releases/${VER_PATH}/${NAME}.gz" -sL | gunzip >"${CMD}"
curl "${REPO_URL}/releases/${VER_PATH}/${NAME}.gz" -sL | gunzip > "${CMD}"
chmod +x "${CMD}"
}

Expand All @@ -35,7 +35,7 @@ setup_proxy() {
chmod 700 "${SSH_AUTH_SOCK_DIR}"
fi

${CMD} >>"${PROXYCMD_DIR}/${NAME}.log" 2>&1 &
${CMD} >> "${PROXYCMD_DIR}/${NAME}.log" 2>&1 &
}

setup_proxy

0 comments on commit cb61fa8

Please sign in to comment.