From 1fe6ae08aa8291ff35ee3550576b9a42626df2c4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 15 Jun 2022 16:28:11 -0500 Subject: [PATCH] fix typo in README --- Orchestrator/Workflows/Generate Unique Hostname/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orchestrator/Workflows/Generate Unique Hostname/README.md b/Orchestrator/Workflows/Generate Unique Hostname/README.md index 8a92857..8aecd74 100644 --- a/Orchestrator/Workflows/Generate Unique Hostname/README.md +++ b/Orchestrator/Workflows/Generate Unique Hostname/README.md @@ -22,5 +22,5 @@ Ensures a unique, sequentially-numbered hostname by checking for naming conflict | `digitCount` | number | `2` | determines how many digits get appended to `nameBase` | | `errMsg` | string | | thrown when errors are encountered | |`hostnameSequence` | number | `0` | starts the sequence at 0, tracks as it changes | -| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vmName` input) | +| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vCenterName` input) | | `vms` | Array/VC:VirtualMachine | | holds VM objects to check for conflicts | \ No newline at end of file