Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 0d65b75

Browse files
committed
Merge branch 'dmius-run-checkup-fix' into 'master'
fix: run_checkup.sh See merge request postgres-ai/postgres-checkup!436
2 parents c791451 + a220e59 commit 0d65b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_checkup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ ! -z ${SSH_CHECKUP_HOSTS+x} ]]; then
1010
HOSTS=$SSH_CHECKUP_HOSTS
1111
fi
1212

13-
for host in $CHECKUP_HOSTS; do
13+
for host in $HOSTS; do
1414
./checkup collect \
1515
--config "${CHECKUP_CONFIG_PATH}" \
1616
--hostname "${host}" \

0 commit comments

Comments
 (0)