Skip to content

Commit d35fd39

Browse files
authored
Update LeetCode base path in update_problems.py
1 parent 640e1da commit d35fd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/update_problems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
README_PATH = "README.md"
1919
PROBLEMS_PATH = "PROBLEMS.md"
20-
LC_BASE = "JAVA/LeetCode"
20+
LC_BASE = "src/LeetCode"
2121

2222
HEADERS = {
2323
"Content-Type": "application/json",

0 commit comments

Comments
 (0)