Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jun 27, 2024
1 parent df264cb commit ca52f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpops/components/base_components/kafka_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async def reset(self, dry_run: bool) -> None:

@override
async def clean(self, dry_run: bool) -> None:
"""Destroy and reset state."""
"""Delete connector and reset state."""
await super().clean(dry_run)
await self._resetter.clean(dry_run)

Expand Down

0 comments on commit ca52f36

Please sign in to comment.