Skip to content

Commit

Permalink
Update execute pipeline endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
itai-codefresh committed Jul 18, 2018
1 parent 2e2c26d commit c4b60d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/logic/api/pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const runPipelineByName = async (name, data) => {
}

const options = {
url: `/api/builds/${encodeURIComponent(name)}`,
url: `/api/pipelines/run/${encodeURIComponent(name)}`,
method: 'POST',
body,
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.63",
"version": "0.8.64",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit c4b60d0

Please sign in to comment.