Skip to content

Commit

Permalink
Bye bye, prefixes.txt πŸ‘‹
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusShepherd committed Feb 3, 2024
1 parent 9823f2c commit 2ae0b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def gitprepareconfig(repo=CONFIG_DIR):
@task()
def gitupdate(*paths, repo=SCRAPED_DATA_DIR, name=__name__):
"""commit and push Git repo"""
paths = paths or ("COUNT.md", "rankings", "scraped", "links.json", "prefixes.txt")
paths = paths or ("COUNT.md", "rankings", "scraped", "links.json")
LOGGER.info("Updating paths %r in Git repo <%s>...", paths, repo)
with safe_cd(repo):
try:
Expand Down

0 comments on commit 2ae0b0e

Please sign in to comment.