Skip to content

Commit

Permalink
fix route to run test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs-codefresh committed Jan 14, 2018
1 parent c863895 commit d4c0d3f
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/helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const testRelease = async ({
timeout,
}) => {
const options = {
url: `/api/kubernetes/release/test/${releaseName}`,
url: `/api/kubernetes/releases/test/${releaseName}`,
method: 'POST',
qs: {
selector: cluster,
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.7.0",
"version": "0.7.1",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit d4c0d3f

Please sign in to comment.