Merge pull request #2564 from clstokes/docs-misspelling

Fix 'ephemeral' misspelling.
This commit is contained in:
Chris Bednarski 2015-08-06 09:30:31 -07:00
commit a4e8a92a13
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ usually will stop between each step, waiting for keyboard input before
continuing. This will allow you to inspect state and so on. continuing. This will allow you to inspect state and so on.
In debug mode once the remote instance is instantiated, Packer will emit to the In debug mode once the remote instance is instantiated, Packer will emit to the
current directory an emphemeral private ssh key as a .pem file. Using that you current directory an ephemeral private ssh key as a .pem file. Using that you
can `ssh -i <key.pem>` into the remote build instance and see what is going on can `ssh -i <key.pem>` into the remote build instance and see what is going on
for debugging. The emphemeral key will be deleted at the end of the packer run for debugging. The ephemeral key will be deleted at the end of the packer run
during cleanup. during cleanup.
### Windows ### Windows