Skip to content

Commit

Permalink
Change executable name from filter to csv-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Nov 5, 2024
1 parent 70890da commit 4dac27f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/csv/filter/test_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def csv_filepath(csv_in_s, dirpath, option_sym)
# Return stdout and stderr from CLI execution.
def execute_in_cli(filepath, cli_options_s = '')
debug('cli_options_s', cli_options_s)
command = "cat #{filepath} | ruby bin/filter #{cli_options_s}"
command = "cat #{filepath} | ruby bin/csv-filter #{cli_options_s}"
capture_subprocess_io do
system(command)
end
Expand Down

0 comments on commit 4dac27f

Please sign in to comment.