Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #127 from nearform/write-timeline-deployed-revision
Browse files Browse the repository at this point in the history
Do not add an object in 'deployed revision' in the timeline.
  • Loading branch information
pelger committed May 20, 2015
2 parents 8f0e198 + 8b54cb5 commit b9883a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sysrev/sysrev.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ module.exports = function(options, logger) {
var tagName = baseTag + env;
ngit.Reference.create(repo, tagName, commit, 1, author, 'Tagged ' + tagName)
.then(function() {
writeTimeline(user, systemId, 'deployed revision', { revision: revisionId }, function() {
writeTimeline(user, systemId, 'deployed revision', revisionId, function() {
cb();
});
})
Expand Down

0 comments on commit b9883a5

Please sign in to comment.