Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker authored and Brian Warsing committed Apr 6, 2017
1 parent c564e58 commit e01ea60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.12)
middleman-hashicorp (0.3.13)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
Expand Down Expand Up @@ -151,7 +151,7 @@ PLATFORMS
ruby

DEPENDENCIES
middleman-hashicorp (= 0.3.12)
middleman-hashicorp (= 0.3.13)

BUNDLED WITH
1.14.6
6 changes: 3 additions & 3 deletions website/source/docs/builders/amazon-ebssurrogate.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ builder.
the root device of the AMI. This looks like the mappings in `ami_block_device_mapping`,
except with an additional field:

- `source_device_name` (string) - The device name of the block device on the
source instance to be used as the root device for the AMI. This must correspond
to a block device in `launch_block_device_mapping`.
- `source_device_name` (string) - The device name of the block device on the
source instance to be used as the root device for the AMI. This must correspond
to a block device in `launch_block_device_mapping`.

### Optional:

Expand Down

0 comments on commit e01ea60

Please sign in to comment.