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

Commit

Permalink
Fix minor bug for weekly stats timeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Oct 12, 2016
1 parent 43996b7 commit 2f9814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function configure()
't',
InputOption::VALUE_REQUIRED,
'End date of the generated stats report ('.date('Y-m-d', strtotime('last monday +7 days')).')',
date('Y-m-d', strtotime('last monday +7 days'))
date('Y-m-d', strtotime('last monday +6 days'))
)
;
} catch (\Exception $e) {
Expand Down

0 comments on commit 2f9814c

Please sign in to comment.