Skip to content

Commit f520f2e

Browse files
committed
Reorder args
Addresses issues #190 and #191
1 parent a894170 commit f520f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func GetSummaryCommand() *cobra.Command {
237237
go listenForUpdates(updateChan, errorChan)
238238

239239
err = runGitHistorySummary(args[0], args[1], latestFlag, updateChan, errorChan,
240-
baseFlag, remoteFlag, extRefs, markdownFlag, globalRevisionsFlag, limitFlag, limitTimeFlag)
240+
baseFlag, remoteFlag, markdownFlag, extRefs, globalRevisionsFlag, limitFlag, limitTimeFlag)
241241

242242
<-doneChan
243243

0 commit comments

Comments
 (0)