Skip to content

Commit

Permalink
Merge pull request #64 from eyalbe4/master
Browse files Browse the repository at this point in the history
Missing quote character in example
  • Loading branch information
R. Tyler Croy committed Jan 18, 2017
2 parents 5ff0f9f + a520028 commit 3a22aaa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@ node {
"files": [
{
"pattern": "libs-snapshot-local/*.zip",
"target": "dependencies/,
"target": "dependencies/",
"props": "p1=v1;p2=v2"
}
]
Expand Down Expand Up @@ -42,4 +42,4 @@ node {

// Publish the build to Artifactory
server.publishBuildInfo buildInfo1
}
}

0 comments on commit 3a22aaa

Please sign in to comment.