Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/charms/testflinger-agent-host-charm/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def install_dependencies(self):
try:
charm_utils.install_agent_packages()
except (apt.PackageNotFoundError, apt.PackageError):
self.logger.error("An error occured while installing dependencies")
self.logger.error("An error occurred while installing dependencies")
self._block("Failed to install dependencies")
return
run_with_logged_errors(["pipx", "install", "uv"])
Expand Down