Skip to content

Commit

Permalink
Fix target file name in JFrog cli task json. (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
liron-shalom authored Jun 15, 2020
1 parent 37bfa2d commit a3a2a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/JfrogCli/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "696edde6-8d8b-4531-b93b-531030fa7199",
"name": "JfrogCliGeneric",
"name": "JfrogCli",
"friendlyName": "JFrog CLI",
"description": "Run your own JFrog CLI command.",
"author": "JFrog",
Expand Down Expand Up @@ -59,7 +59,7 @@
],
"execution": {
"Node": {
"target": "jfrogCliGeneric.js",
"target": "jfrogCliRun.js",
"workingDirectory": "$(currentDirectory)"
}
}
Expand Down

0 comments on commit a3a2a98

Please sign in to comment.