Skip to content

Commit

Permalink
directory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 authored Nov 3, 2023
1 parent 6e94e15 commit e18e875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
import os
from typing import Iterator
URL_BASE = "https://github.com/hoangtien2k3qx1/Java-Design-Patterns/blob/main"
URL_BASE = "https://github.com/hoangtien2k3qx1/design-pattern/blob/main"
g_output = []
def good_filepaths(top_dir: str = ".") -> Iterator[str]:
for dirpath, dirnames, filenames in os.walk(top_dir):
Expand Down

0 comments on commit e18e875

Please sign in to comment.