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