Skip to content

Commit

Permalink
Merge pull request #17 from chrisrpatterson/master
Browse files Browse the repository at this point in the history
Fixes for issue #16
  • Loading branch information
sandorfr authored Jun 30, 2017
2 parents 07e5a79 + cdba753 commit 44455eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tasks/AzCopy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "AzCopy",
"friendlyName": "Azure File Copy Extended",
"description": "Copy files to or from Azure Storage",
"helpMarkDown": "[More Information](https://github.com/geeklearningio/gl-vsts-tasks-files/wiki/AzCopy) (Version #{Version}#)",
"helpMarkDown": "[More Information](https://github.com/geeklearningio/gl-vsts-tasks-azure/wiki/AzCopy) (Version #{Version}#)",
"category": "Deploy",
"visibility": [
"Build",
Expand Down Expand Up @@ -152,7 +152,6 @@
"name": "Recursive",
"type": "boolean",
"label": "Recursive copy",
"required": true,
"groupName": "containerCopyOptions",
"helpMarkDown": "Copy files recursively."
},
Expand Down Expand Up @@ -199,4 +198,4 @@
"argumentFormat": ""
}
}
}
}

0 comments on commit 44455eb

Please sign in to comment.