We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6586fb commit ef7340cCopy full SHA for ef7340c
completion.py
@@ -52,7 +52,7 @@ def get_completion(
52
).completion
53
54
if completion:
55
- # Get latest commit date and fetch commit from before 30 days ago and checkout
+ # Fetch commit from before 30 days ago and checkout
56
try:
57
commit = next(
58
clone_repo.iter_commits('HEAD', max_count=1, before='30 days ago')
0 commit comments