From 34236dc14d0dbb02a587462ec06e470e59fb3627 Mon Sep 17 00:00:00 2001 From: Yang Cao Date: Fri, 5 Aug 2016 10:36:30 -0400 Subject: [PATCH] Typo fix in saveTo path --- Tasks/JenkinsDownloadArtifacts/task.json | 2 +- Tasks/JenkinsDownloadArtifacts/task.loc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },