From 758231a88ade137938cb894f53858cdda81a93bf Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Fri, 20 Dec 2024 10:41:28 +0800 Subject: [PATCH] Apply suggestions from review comments --- charmcraft.yaml | 2 +- src/charm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index ab4112e..c885020 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -5,7 +5,7 @@ name: opencti title: OpenCTI Charm summary: OpenCTI charm. links: - documentation: https://discourse.charmhub.io + documentation: https://github.com/canonical/opencti-operator/blob/main/README.md issues: https://github.com/canonical/opencti-operator/issues source: https://github.com/canonical/opencti-operator contact: https://launchpad.net/~canonical-is-devops diff --git a/src/charm.py b/src/charm.py index f4d0ef0..4a3b6fd 100755 --- a/src/charm.py +++ b/src/charm.py @@ -3,7 +3,7 @@ # Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. -"""OpenCTI charm the service.""" +"""OpenCTI charm.""" import json import logging