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
This commit is contained in:
Jadon Naas 2023-08-08 11:18:14 -04:00
parent d8fd7492d8
commit 2f55acb06a
1 changed files with 1 additions and 1 deletions

View File

@ -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.