Skip to content

Commit

Permalink
bugfix: match documented default lastXDays
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Jan 31, 2023
1 parent 113f9c3 commit 5919ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const mergeOptions = (directoriesConfig, pluginOptions) => {
width: 480,
height: 65,
title: 'Git Commits',
lastXDays: 90,
lastXDays: 30,
hPadding: 5,
vPadding: 5,
showTicks: true,
Expand Down

0 comments on commit 5919ee1

Please sign in to comment.