Skip to content

Commit 1b0fede

Browse files
committed
try fixing CI
1 parent 2483dc0 commit 1b0fede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/run-with-prometheus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set -o errexit
4949

5050
cd "$(dirname $0)/.."
5151

52-
PROMETHEUS="$(UGET_PRINT_PATH=absolute make --no-print-directory prometheus)"
52+
PROMETHEUS="$(UGET_PRINT_PATH=absolute make --no-print-directory prometheus | tail -n 1)"
5353

5454
if [ ! -x "${PROMETHEUS}" ]; then
5555
echo "prometheus binary not found at ${PROMETHEUS}" >&2

0 commit comments

Comments
 (0)