commit | d7ae30e250492abc649c534f411056995b95ec90 | [log] [tgz] |
---|---|---|
author | Andrew Kutz <101085+akutz@users.noreply.github.com> | Wed Oct 21 20:48:31 2020 -0500 |
committer | GitHub <noreply@github.com> | Wed Oct 21 20:48:31 2020 -0500 |
tree | fd9e39fe6c35e8ca1f9a982c94bd076acd2d11ce | |
parent | abc387c7f80188147ae65a87f26a7e8c029bc7f9 [diff] | |
parent | b31aea033f797fe379485b117c975ab713c041d3 [diff] |
Merge pull request #61 from b-a-t/patch-1 Update README.md
diff --git a/README.md b/README.md index aab2e78..6632700 100644 --- a/README.md +++ b/README.md
@@ -99,7 +99,7 @@ USERDATA=$(gzip -c9 <userdata.yaml | { base64 -w0 2>/dev/null || base64; }) ``` -Assign the metadata and userdate to the VM's extra configuration dictionary, `guestinfo`: +Assign the metadata and userdata to the VM's extra configuration dictionary, `guestinfo`: ```shell govc vm.change -vm "${VM}" \