Skip to content

Commit ef7340c

Browse files
Correct comment in completion.py (#86)
Last commit date is found in metadata.py and not completion.py
1 parent a6586fb commit ef7340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_completion(
5252
).completion
5353

5454
if completion:
55-
# Get latest commit date and fetch commit from before 30 days ago and checkout
55+
# Fetch commit from before 30 days ago and checkout
5656
try:
5757
commit = next(
5858
clone_repo.iter_commits('HEAD', max_count=1, before='30 days ago')

0 commit comments

Comments
 (0)