Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomocafe committed Apr 26, 2020
1 parent 9ea0b48 commit 2ea1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eopkg-audit
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def audit(args, config):
print "%s %s" % (colorize("+", 'green'), filepath)
elif os.path.exists(sysdir):
print "%s %s" % (colorize("*", 'lightblue'), os.path.join(filepath, ''))
elif not args.deleted:
elif not args.added:
print "%s %s" % (colorize("-", 'red'), os.path.join(filepath, ''))
# Report missing permissions
if perm_ct:
Expand Down

0 comments on commit 2ea1166

Please sign in to comment.