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

@@ -33,7 +33,7 @@ class Runner::Strategy
raise NotImplementedError
end
def retrieve_files(_path:, _recursive:, privileged_execution:)
def retrieve_files(path:, recursive:, privileged_execution:)
raise NotImplementedError
end