From 2f55acb06a1c86584e2a7c1144127c59215f0978 Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Tue, 8 Aug 2023 11:18:14 -0400 Subject: [PATCH] Fix typo in actions.yaml There was a typo in actions.yaml for the resume action that was breaking builds. This change fixes that typo. The charm will build. Closes-Bug: 2030677 Change-Id: Iffc178326f880682ad3e1baf992bae86ba365f0a --- actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.yaml b/actions.yaml index 5a3951a..ccb66e0 100644 --- a/actions.yaml +++ b/actions.yaml @@ -1,7 +1,7 @@ pause: description: Pause the Ceilometer unit. This action will stop Ceilometer services. resume: - descrpition: Resume the Ceilometer unit. This action will start Ceilometer services. + description: Resume the Ceilometer unit. This action will start Ceilometer services. ceilometer-upgrade: description: | Perform ceilometer-upgrade. This action will update Ceilometer data store configuration.