From f8ae0fa7de27a6563f24c83a5602e7c2706c48ab Mon Sep 17 00:00:00 2001 From: Alexander Adamov Date: Fri, 12 Aug 2016 10:41:56 +0300 Subject: [PATCH] [Fuel Plugin SDK] Actions for existing roles in fuel-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing colon and non-latin char appears in following text (last character): "Then sync the plugin tasks, execute the newly defined one, and verify the resultsЖ" Change-Id: I16ef1febd540c20e76ca4b882f0c32628a832353 Closes-Bug: #1612275 --- .../create-plugin/actions-existing-roles.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugindocs/fuel-plugin-sdk-guide/create-plugin/actions-existing-roles.rst b/plugindocs/fuel-plugin-sdk-guide/create-plugin/actions-existing-roles.rst index 31e6dba5c..0e130d99a 100644 --- a/plugindocs/fuel-plugin-sdk-guide/create-plugin/actions-existing-roles.rst +++ b/plugindocs/fuel-plugin-sdk-guide/create-plugin/actions-existing-roles.rst @@ -100,7 +100,7 @@ Add a task to execute shell commands: /tmp/post_deployment || echo `date` ' failed to install iotop' >> /tmp/post_deployment -Then sync the plugin tasks, execute the newly defined one, and verify the resultsЖ +Then sync the plugin tasks, execute the newly defined one, and verify the results: .. code-block:: console @@ -251,4 +251,4 @@ See also `Deployment Tasks on Fuel Wiki