Skip to content

Commit

Permalink
actually run both steps in 'all' case
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 29, 2023
1 parent 5055cc5 commit 2e728ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/vendorlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main():

if args.command in ('walk', 'all'):
walk(args)
elif args.command in ('analyze', 'all'):
if args.command in ('analyze', 'all'):
analyze(args)

if __name__ == '__main__':
Expand Down

0 comments on commit 2e728ee

Please sign in to comment.