Skip to content

Commit f741951

Browse files
author
Philipp Handle
committed
bugfix fossil command
1 parent 47a7935 commit f741951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Process/ChangesCount/FossilChangesCountProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(File $file, string $dateSince)
2424
{
2525
$process = new Process([
2626
'fossil', 'timeline', '-t', 'ci',
27-
'-W', '0', '-n', '0', 'after', $dateSince,
27+
'-W', '0', 'after', $dateSince,
2828
'-p', $file->getFullPath(),
2929
], \dirname($file->getFullPath()));
3030

0 commit comments

Comments
 (0)