From 444c891d9b1a38a54ed5211fdcf520c44a3b49a9 Mon Sep 17 00:00:00 2001 From: "Geoffrey J. Teale" Date: Thu, 6 Aug 2015 15:45:33 +0200 Subject: [PATCH] Refer to the MySQL service rather than the Percona service. --- actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions.yaml b/actions.yaml index 1979774..fba2088 100644 --- a/actions.yaml +++ b/actions.yaml @@ -1,4 +1,4 @@ pause: - description: Pause Percona. + description: Pause the MySQL service. resume: - description: Resume Percona. \ No newline at end of file + description: Resume the MySQL service. \ No newline at end of file