Skip to content

Commit

Permalink
fix(internal-client): exec resource.path is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfong authored and NicolasRitouet committed Dec 13, 2014
1 parent 89f1aed commit c1acee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function createResourceClient(resource, baseMethods) {

fn = arguments[i];

settings.path = joinPath(resource, settings.func, settings.path);
settings.path = joinPath(resource.path, settings.func, settings.path);
return baseMethods.post(settings, fn);
};

Expand Down

0 comments on commit c1acee8

Please sign in to comment.