Skip to content

Commit

Permalink
Auto merge pull request #49 from atomist/sdm-core
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks authored and atomist-bot committed Sep 9, 2018
1 parent a692728 commit 3f01b76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@atomist/automation-client": "1.0.0-M.3",
"@atomist/sdm": "1.0.0-M.3",
"@atomist/sdm": "^1.0.0-master.20180908185452",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/util/webhook/sendFingerprintToAtomist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SendFingerprintToAtomist: FingerprintListener = fli => {
repo: fli.id.repo,
sha: fli.id.sha,
},
fingerprints: [fli.fingerprint],
fingerprints: fli.fingerprints,
};
try {
const shortenedPayload = JSON.stringify(payload, limitValueLength);
Expand Down

0 comments on commit 3f01b76

Please sign in to comment.