Skip to content

Commit

Permalink
Update makemigrations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 12, 2024
1 parent 204fc05 commit a3a327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration_fixer/management/commands/makemigrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def handle(self, *app_labels, **options):
try:
remote = self.repo.remotes[self.remote]
remote.fetch(
f"{self.default_branch}:{self.default_branch}",
f"{self.default_branch}:{self.default_branch}", # noqa
force=self.force_update,
)
except GitCommandError: # pragma: no cover
Expand Down

0 comments on commit a3a327f

Please sign in to comment.