Skip to content

Commit c441cac

Browse files
committed
Remove feature to fetch upstream
1 parent 20a42c5 commit c441cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_cli/repo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test(
404404
@pass_repo
405405
def status(repo, ctx, repo_names, all_repos, reset):
406406
"""Repository status."""
407-
repos, url_pattern, _, _ = get_repos("pyproject.toml")
407+
repos, url_pattern, _ = get_repos("pyproject.toml")
408408
if repo_names:
409409
for repo_name in repo_names:
410410
not_found = set()

0 commit comments

Comments
 (0)