Skip to content

Commit badd6df

Browse files
committed
Fix up custom command
1 parent d864520 commit badd6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/irbrc.symlink

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module IRB
9191

9292
class Up < DebugCommand
9393
def execute(arg)
94-
execute_debug_command(do_cmds: "up #{arg}")
94+
execute_debug_command(pre_cmds: "up #{arg}")
9595
end
9696
end
9797
end

0 commit comments

Comments
 (0)