Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saschwarz committed Jan 2, 2016
1 parent 3177440 commit 1066492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploy_gh_pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function main() {
ghpages.publish(config.output.path,
// needed when running on travis-ci
{
repo: 'https://' + process.env.GH_TOKEN + '@' + process.env.GH_REF;
repo: 'https://' + process.env.GH_TOKEN + '@' + process.env.GH_REF
},
console.error.bind(console));
}

0 comments on commit 1066492

Please sign in to comment.