Skip to content

Commit

Permalink
Patch composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed Nov 6, 2024
1 parent 33e01ec commit 11e2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/composer_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def updatable_packages(self) -> dict[str, str]:
return self._context.composer_updatable_packages

with subprocess.Popen(
["composer", "update", "--dry-run", "--no-ansi"],
["composer", "update", "--dry-run", "--no-ansi", "-n"],
cwd=project.path,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 11e2e9f

Please sign in to comment.