From 3cfba0898399288ab118ae861a12ef0d8b50abe3 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sat, 2 May 2015 13:11:14 -0300 Subject: [PATCH] Fix mentions to the `commands` plugin name --- bootstrapvz/plugins/commands/README.rst | 9 ++++----- bootstrapvz/plugins/commands/manifest-schema.yml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bootstrapvz/plugins/commands/README.rst b/bootstrapvz/plugins/commands/README.rst index 882f64b..1e31635 100644 --- a/bootstrapvz/plugins/commands/README.rst +++ b/bootstrapvz/plugins/commands/README.rst @@ -1,10 +1,9 @@ -Image commands +Commands -------------- -The image commands plugin allows you to run arbitrary commands during -the bootstrap process. The commands are run at an indeterminate point -*after* packages have been installed, but *before* the volume has been -unmounted. +This plugin allows you to run arbitrary commands during the bootstrap process. +The commands are run at an indeterminate point *after* packages have been +installed, but *before* the volume has been unmounted. Settings ~~~~~~~~ diff --git a/bootstrapvz/plugins/commands/manifest-schema.yml b/bootstrapvz/plugins/commands/manifest-schema.yml index d868c8f..0d7c2e5 100644 --- a/bootstrapvz/plugins/commands/manifest-schema.yml +++ b/bootstrapvz/plugins/commands/manifest-schema.yml @@ -1,6 +1,6 @@ --- $schema: http://json-schema.org/draft-04/schema# -title: Image commands plugin manifest +title: Commands plugin manifest type: object properties: plugins: