Skip to content

Commit

Permalink
fix: typo for datamanager export relation
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Mar 6, 2018
1 parent 97db621 commit b4ae143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/datamanager/DataManagerResource.ts
Expand Up @@ -504,7 +504,7 @@ class DataManagerResource extends Resource {
return Promise.resolve()
.then(() => {
const request = this.newRequest()
.follow('ec:datamananger/export');
.follow('ec:datamanager/export');
return get(this[environmentSymbol], request);
})
.then(([res]) => res);
Expand Down

0 comments on commit b4ae143

Please sign in to comment.