Skip to content

Commit

Permalink
Fix typo in actions.yaml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jadonn committed Aug 9, 2023
1 parent f2db418 commit f9e1f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f9e1f45

Please sign in to comment.