We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19574bd commit c1feb69Copy full SHA for c1feb69
src/charm.py
@@ -1620,7 +1620,7 @@ def client_relations(self) -> List[Relation]:
1620
return relations
1621
1622
def _set_workload_version(self, psql_version):
1623
- """Record the version of the software running as the workload. Also writes the version into the databags"""
+ """Record the version of the software running as the workload. Also writes the version into the databags."""
1624
self.unit.set_workload_version(psql_version)
1625
if self.unit.is_leader():
1626
self.app_peer_data.update({"database-version": psql_version})
0 commit comments