Skip to content

Commit 3c757ea

Browse files
authored
Fix typo in library description (#106)
1 parent b2c5820 commit 3c757ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/charms/observability_libs/v1/cert_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
self.framework.observe(self.cert_handler.on.cert_changed, self._on_server_cert_changed)
2727
2828
container.push(keypath, self.cert_handler.private_key)
29-
container.push(certpath, self.cert_handler.servert_cert)
29+
container.push(certpath, self.cert_handler.server_cert)
3030
```
3131
3232
Since this library uses [Juju Secrets](https://juju.is/docs/juju/secret) it requires Juju >= 3.0.3.

0 commit comments

Comments
 (0)