diff --git a/osdk/cmds.py b/osdk/cmds.py index d46856e..166b9ab 100644 --- a/osdk/cmds.py +++ b/osdk/cmds.py @@ -60,7 +60,7 @@ def debugCmd(args: Args): exe = builder.build(componentSpec, targetSpec) - shell.exec("lldb", "-o", "run", "exe") + shell.exec("lldb", "-o", "run", exe) cmds += [Cmd("d", "debug", "Debug the target", debugCmd)]