Commit a33d4a11 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #406 from andrewschleifer/edits

website: accidently a word
parents 107309ab eccffbd7
...@@ -161,9 +161,9 @@ on certain cache keys, and is given exclusive access to that key for the ...@@ -161,9 +161,9 @@ on certain cache keys, and is given exclusive access to that key for the
duration of the lock. This locking mechanism allows multiple builders to duration of the lock. This locking mechanism allows multiple builders to
share cache data even though they're running in parallel. share cache data even though they're running in parallel.
For example, both the VMware and VirtualBox support downloading an operating For example, both the VMware and VirtualBox builders support downloading an
system ISO from the internet. Most of the time, this ISO is identical. The operating system ISO from the internet. Most of the time, this ISO is identical.
locking mechanisms of the cache allow one of the builders to download it The locking mechanisms of the cache allow one of the builders to download it
only once, but allow both builders to share the downloaded file. only once, but allow both builders to share the downloaded file.
The [documentation for packer.Cache](#) is The [documentation for packer.Cache](#) is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment