Skip to content

Commit 20a42c5

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

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
@@ -148,7 +148,7 @@ def install(repo, ctx, repo_names, all_repos):
148148
@pass_repo
149149
def update(repo, ctx, repo_names, all_repos):
150150
"""Update cloned repositories with `git pull`."""
151-
repos, url_pattern, _, _ = get_repos("pyproject.toml")
151+
repos, url_pattern, _ = get_repos("pyproject.toml")
152152
if repo_names:
153153
for repo_name in repo_names:
154154
for repo_entry in repos:

0 commit comments

Comments
 (0)