Skip to content

Commit fce2498

Browse files
authored
Merge pull request #642 from LeeLeahy2/check-commits
Always build the start revision as well as all the new revisions
2 parents d3a1d00 + 483d44f commit fce2498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/check_commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -f "$log_file" ] ; then
2727
fi
2828

2929
# Create the data file
30-
git cherry $start_revision $end_revision > $data_file
30+
git cherry $start_revision~1 $end_revision > $data_file
3131

3232
# Get the starting and ending commits
3333
while read operation_type commit_id

0 commit comments

Comments
 (0)