Update keyword arguments for #retrieve_files

This commit is contained in:
Sebastian Serth
2022-10-26 01:01:35 +02:00
committed by Sebastian Serth
parent 58548555a5
commit 9e7b3b7b58
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class Runner::Strategy::Null < Runner::Strategy
def copy_files(_files); end
def retrieve_files(_path:, _recursive:, privileged_execution: false); end
def retrieve_files(path:, recursive:, privileged_execution: false); end
def download_file(_file, privileged_execution: false, &_block) # rubocop:disable Lint/UnusedMethodArgument for the keyword argument
raise Runner::Error.new