From f9e1f451bf11782a7bc119e3e63b5fc10bf83fcc Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Tue, 8 Aug 2023 20:54: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: I2fb654eb176318e9e72e84bf41650e878b989528 --- actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions.yaml b/actions.yaml index 26ebc8af..c9c41e31 100644 --- a/actions.yaml +++ b/actions.yaml @@ -1,7 +1,7 @@ pause: description: Pause the rabbitmq unit. resume: - descrpition: Resume the rabbitmq unit. + description: Resume the rabbitmq unit. cluster-status: description: Show the current cluster status. check-queues: @@ -77,7 +77,7 @@ run-deferred-hooks: . NOTE: Service will be restarted as needed irrespective of enable-auto-restarts show-deferred-events: - descrpition: | + description: | Show the outstanding restarts rotate-service-user-password: description: |