Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Jan 8, 2025
1 parent e15e790 commit 1f56e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/retest
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run_command(input:, program:)
Process.kill("INT", 0)
when 'r', 'reset'
program.reset_selection
puts "command reset to '#{program.runner.command.to_s}'"
puts "command reset to '#{program.runner.command}'"
when 'f', 'force'
require 'tty-prompt'
prompt = TTY::Prompt.new
Expand Down

0 comments on commit 1f56e79

Please sign in to comment.