Skip to content

Commit 1b1513a

Browse files
committed
fix: 총 회식비 금액 자동으로 계산 안되는 문제 해결
1 parent 03b50e6 commit 1b1513a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/check_commits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ def replace_amount(match):
172172

173173
# 총액 업데이트
174174
new_section = re.sub(
175-
r'\*\*총 추가 회식비: [\d,]+원\*\*',
176-
f'**총 추가 회식비: {total:,}원**',
175+
r'\*\*총 회식비: [\d,]+원\*\*',
176+
f'**총 회식비: {total:,}원**',
177177
new_section
178178
)
179179

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ algorithm/
107107
| 이용훈 | 25000원 |
108108
| 최어진 | 10000원 |
109109

110-
**총 회식비: 90,000원**
110+
**총 회식비: 105,000원**
111111
<!-- 합류후_END -->
112112

113113
---

0 commit comments

Comments
 (0)