← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~tamsky/cloud-init:fix/boothook-documentation-typo into cloud-init:master

 

Marc Tamsky has proposed merging ~tamsky/cloud-init:fix/boothook-documentation-typo into cloud-init:master.

Commit message:
Fix environment variable name.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~tamsky/cloud-init/+git/cloud-init/+merge/348871
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~tamsky/cloud-init:fix/boothook-documentation-typo into cloud-init:master.
diff --git a/doc/rtd/topics/format.rst b/doc/rtd/topics/format.rst
index e25289a..1b0ff36 100644
--- a/doc/rtd/topics/format.rst
+++ b/doc/rtd/topics/format.rst
@@ -121,7 +121,7 @@ Cloud Boothook
 
 This content is ``boothook`` data. It is stored in a file under ``/var/lib/cloud`` and then executed immediately.
 This is the earliest ``hook`` available. Note, that there is no mechanism provided for running only once. The boothook must take care of this itself.
-It is provided with the instance id in the environment variable ``INSTANCE_I``. This could be made use of to provide a 'once-per-instance' type of functionality.
+It is provided with the instance id in the environment variable ``INSTANCE_ID``. This could be made use of to provide a 'once-per-instance' type of functionality.
 
 Begins with: ``#cloud-boothook`` or ``Content-Type: text/cloud-boothook`` when using a MIME archive.
 

Follow ups