1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 18:34:46 +00:00

chore: auto format code

This commit is contained in:
github-actions[bot]
2025-12-10 03:53:17 +00:00
parent 2ac7baae26
commit 5b73e4ffad
4 changed files with 10 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ is_christmas_season() {
local month day
month=$(date +%-m)
day=$(date +%-d)
# December 10 to December 31
if [[ $month -eq 12 && $day -ge 10 && $day -le 31 ]]; then
return 0