Skip to content

Commit

Permalink
Update update_commit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunterdii authored Nov 6, 2024
1 parent 437cddb commit 7d4d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
today_solution_filename = f"{day_of_month}({month}){today.strftime('%A')}.md"

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

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

0 comments on commit 7d4d677

Please sign in to comment.