Update keyword arguments for #retrieve_files
This commit is contained in:

committed by
Sebastian Serth

parent
58548555a5
commit
9e7b3b7b58
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user