Skip to content

Commit 0940684

Browse files
Split maintenance footer into two lines to fix box overflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5922343 commit 0940684

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/bodhi-splash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ __bodhi_splash_main() {
330330
_bs_mid
331331
local _next_maint_str
332332
_next_maint_str=$(date -d "@$(_bs_get_next_maintenance)" "+%B %-d")
333-
_bs_row "${_dim}Cluster unavailable the last Thursday of every month (next: ${_next_maint_str}).${_rst}"
333+
_bs_row "${_dim}Cluster unavailable the last Thursday of every month.${_rst}"
334+
_bs_row "${_dim}Next maintenance: ${_next_maint_str}${_rst}"
334335
_bs_bot
335336

336337
printf '\n'

0 commit comments

Comments
 (0)