Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brona committed Aug 19, 2024
1 parent 5d516db commit 58d68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def main(argv):
# Turn --opt into -opt
argv[0] = argv[0][1 if argv[0][1] == '-' else 0:]
# Process options
elif "-color".startswith(argv[0].split("=")[0]):
if "-color".startswith(argv[0].split("=")[0]):
if "never" not in argv[0].split("="):
perror("iproute2mac: Color option is not implemented")
argv.pop(0)
Expand Down

0 comments on commit 58d68ca

Please sign in to comment.