Skip to content

Commit f631916

Browse files
committed
typo
1 parent 8341a3f commit f631916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exports.run = function (options) {
3333
if (process.env.CIRCLECI) {
3434
options.message += ' -- \n\n' +
3535
'Triggered by commit: https://github.com/' + process.env.CIRCLE_PROJECT_USERNAME + '/' + process.env.CIRCLE_PROJECT_REPONAME + '/commit/' + process.env.CIRCLE_SHA1 + '\n' +
36-
'CircleCI build: ' + CIRCLE_BUILD_URL;
36+
'CircleCI build: ' + process.env.CIRCLE_BUILD_URL;
3737
}
3838

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

0 commit comments

Comments
 (0)