Skip to content

Commit

Permalink
fix opd enable command in edl command shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed May 25, 2024
1 parent 0fa2491 commit 90e755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/edl_cmd_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def do_opd_enable(self, arg: str):

args = arg.split(" ")
if len(args) != 2:
self.help_opd_sysenable()
self.help_opd_enable()
return

if args[0].startswith("0x"):
Expand Down

0 comments on commit 90e755e

Please sign in to comment.