Skip to content

Commit

Permalink
fix(stencil-release): fix typo in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Dec 8, 2020
1 parent 8f9ff79 commit e6dfbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function saveGithubToken(githubToken) {

data.githubToken = githubToken;

await this.stencilConfigManager.save(data);
await stencilConfigManager.save(data);
}

async function getGithubToken() {
Expand Down

0 comments on commit e6dfbc3

Please sign in to comment.