Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_completion(
).completion

if completion:
# Get latest commit date and fetch commit from before 30 days ago and checkout
# Fetch commit from before 30 days ago and checkout
try:
commit = next(
clone_repo.iter_commits('HEAD', max_count=1, before='30 days ago')
Expand Down
Loading