Skip to content

Commit

Permalink
Restore merge by commit.id
Browse files Browse the repository at this point in the history
Merging by hash column caused an error.

See #180

Signed-off-by: Niklas Schneider <[email protected]>
  • Loading branch information
nlschn committed Jan 7, 2021
1 parent 89a6ea6 commit 851c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ ProjectData = R6::R6Class("ProjectData",
}

## merge them into the commit data
commit.data = merge(commit.data, commit.messages, by.x = "hash")
commit.data = merge(commit.data, commit.messages, by.x = "commit.id")
}

## store commit data
Expand Down

0 comments on commit 851c337

Please sign in to comment.