Skip to content

Commit

Permalink
Merge 15c1cf6 into 30ff444
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Sep 1, 2020
2 parents 30ff444 + 15c1cf6 commit 40c8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const success = async (pluginConfig, { nextRelease, logger }) => {
// button on GitHub. The only added part is GH_TOKEN value in the `userinfo`
// part of the URL (https://en.wikipedia.org/wiki/URL), which allows GitHub
// to authenticate a user and authorise the push to the repository.
const repoOrigin = `https://${process.env.GH_TOKEN}@github.com/karma/karma-runner.github.com.git`
const repoOrigin = `https://${process.env.GH_TOKEN}@github.com/karma-runner/karma-runner.github.com.git`

const options = { encoding: 'utf8', cwd: docsPath }

Expand Down

0 comments on commit 40c8d85

Please sign in to comment.