Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Aug 5, 2018
1 parent 8341a3f commit f631916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports.run = function (options) {
if (process.env.CIRCLECI) {
options.message += ' -- \n\n' +
'Triggered by commit: https://github.com/' + process.env.CIRCLE_PROJECT_USERNAME + '/' + process.env.CIRCLE_PROJECT_REPONAME + '/commit/' + process.env.CIRCLE_SHA1 + '\n' +
'CircleCI build: ' + CIRCLE_BUILD_URL;
'CircleCI build: ' + process.env.CIRCLE_BUILD_URL;
}

// for your convenience - here you can hack credentials into the repository URL
Expand Down

0 comments on commit f631916

Please sign in to comment.