We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462af4f commit 95f8882Copy full SHA for 95f8882
pulpcore/cli/console/vulnerability.py
@@ -40,7 +40,7 @@ def vulnerability(ctx: click.Context, pulp_ctx: PulpContext, /) -> None:
40
@pass_pulp_context
41
def upload(
42
pulp_ctx: PulpCLIContext,
43
- vulnerability_ctx: PulpEntityContext,
+ vulnerability_ctx: PulpEntityContext,
44
/,
45
file: IO[bytes],
46
chunk_size: int,
0 commit comments