Skip to content

Commit 7d4d677

Browse files
authored
Update update_commit.py
1 parent 437cddb commit 7d4d677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/update_commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
today_solution_filename = f"{day_of_month}({month}){today.strftime('%A')}.md"
1919

2020
# Prepare the commit URL for today (we don't need to change this as it will be dynamically picked from the latest commit)
21-
# solution_url = f"https://github.com/{repository}/blob/main/{month}%202024%20GFG%20SOLUTION/{today_solution_filename}"
21+
solution_url = f"https://github.com/{repository}/blob/main/{month}%202024%20GFG%20SOLUTION/{today_solution_filename}"
2222

2323
# Prepare the badge URL and commit link to update README
2424
badge_url = "https://img.shields.io/badge/GeeksforGeeks-Solution%20of%20the%20Day-blue"

0 commit comments

Comments
 (0)