diff --git a/Tasks/JenkinsDownloadArtifacts/task.json b/Tasks/JenkinsDownloadArtifacts/task.json index 6a629dfbbcbb..ee613323d534 100644 --- a/Tasks/JenkinsDownloadArtifacts/task.json +++ b/Tasks/JenkinsDownloadArtifacts/task.json @@ -45,7 +45,7 @@ "name": "saveTo", "type": "filePath", "label": "Save to", - "defaultValue": "jenkinArtifacts", + "defaultValue": "jenkinsArtifacts", "required": true, "helpMarkDown": "Jenkins artifacts will be downloaded and saved to this directory. This directory will be created if it does not exist." }, diff --git a/Tasks/JenkinsDownloadArtifacts/task.loc.json b/Tasks/JenkinsDownloadArtifacts/task.loc.json index 7282147807c0..084ea677f629 100644 --- a/Tasks/JenkinsDownloadArtifacts/task.loc.json +++ b/Tasks/JenkinsDownloadArtifacts/task.loc.json @@ -45,7 +45,7 @@ "name": "saveTo", "type": "filePath", "label": "ms-resource:loc.input.label.saveTo", - "defaultValue": "jenkinArtifacts", + "defaultValue": "jenkinsArtifacts", "required": true, "helpMarkDown": "ms-resource:loc.input.help.saveTo" },