2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-25 20:50:28 +00:00

Apply the correct change to collate

This commit is contained in:
Jarrod Johnson
2018-10-10 09:24:01 -04:00
parent 8741a27c24
commit 94c8cf3ff2

View File

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