From fdfe4bfb4fce333295d795cd967037327af49744 Mon Sep 17 00:00:00 2001 From: Justin Walsh <49404281+Justin-Walsh@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:51:13 -0400 Subject: [PATCH] Update task.json Adding help for environment, fixing grammatical errors --- source/tasks/DeployTenant/TenantedDeployV6/task.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/tasks/DeployTenant/TenantedDeployV6/task.json b/source/tasks/DeployTenant/TenantedDeployV6/task.json index bbfdff08..47fa04e7 100644 --- a/source/tasks/DeployTenant/TenantedDeployV6/task.json +++ b/source/tasks/DeployTenant/TenantedDeployV6/task.json @@ -63,7 +63,7 @@ "label": "Deploy to Environment", "defaultValue": "", "required": true, - "helpMarkDown": "The " + "helpMarkDown": "The environment to deploy to. This must be the name of the environment, not the id." }, { "name": "DeployForTenants", @@ -71,7 +71,7 @@ "label": "Tenant(s)", "defaultValue": "", "required": false, - "helpMarkDown": "Deploy the release for this list of tenants. Wildcard '*' will deploy to all tenants currently able to deploy to the above provided environment." + "helpMarkDown": "Deploy the release for this list of tenants. Wildcard '*' will deploy to all tenants currently able to deploy to the above-provided environment." }, { "name": "DeployForTenantTags", @@ -87,7 +87,7 @@ "label": "Values for prompted variables", "defaultValue": "", "required": false, - "helpMarkDown": "Variable values to pass to the the deployment, use syntax `variable: value`" + "helpMarkDown": "Variable values to pass to the deployment, use syntax `variable: value`" }, { "name": "UseGuidedFailure", @@ -119,4 +119,4 @@ "target": "index.js" } } -} \ No newline at end of file +}