2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Correct mistake in the collate log support

This commit is contained in:
Jarrod Johnson 2018-10-10 09:08:45 -04:00
parent 6b4a21d613
commit 1c494fc4fc

View File

@ -66,7 +66,7 @@ def print_current():
if options.diff:
grouped.print_deviants(skipmodal=options.skipcommon, count=options.count,
reverse=options.reverse)
else options.log:
elif options.log:
grouped.print_all(skipmodal=options.skipcommon,
count=options.count,
reverse=options.reverse)