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
This commit is contained in:
Jadon Naas 2023-08-08 20:54:14 -04:00
parent f2db41875d
commit f9e1f451bf

@ -1,7 +1,7 @@
pause: pause:
description: Pause the rabbitmq unit. description: Pause the rabbitmq unit.
resume: resume:
descrpition: Resume the rabbitmq unit. description: Resume the rabbitmq unit.
cluster-status: cluster-status:
description: Show the current cluster status. description: Show the current cluster status.
check-queues: check-queues:
@ -77,7 +77,7 @@ run-deferred-hooks:
. .
NOTE: Service will be restarted as needed irrespective of enable-auto-restarts NOTE: Service will be restarted as needed irrespective of enable-auto-restarts
show-deferred-events: show-deferred-events:
descrpition: | description: |
Show the outstanding restarts Show the outstanding restarts
rotate-service-user-password: rotate-service-user-password:
description: | description: |