Skip to content

Commit

Permalink
Fix another indentation mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jan 24, 2024
1 parent 4b93d9c commit df5558b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global/overlay/usr/local/bin/run-cosmos
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ machine_is_healthy() {
# shellcheck source=/dev/null
. $FLEETLOCK_CONFIG || return 1
if [ -n "$fleetlock_healthcheck_timeout" ]; then
optional_args+=("--timeout")
optional_args+=("$fleetlock_healthcheck_timeout")
optional_args+=("--timeout")
optional_args+=("$fleetlock_healthcheck_timeout")
fi
echo "Running any health checks"
$HEALTHCHECK_TOOL "${optional_args[@]}" || return 1
Expand Down

0 comments on commit df5558b

Please sign in to comment.