A Concourse CI resource that executes [`rclone`](https://rclone.org/)
against a remote host.
@ -24,14 +24,14 @@ resource_types:
* `config`: Required. The rclone config file contents to use.
* `password`: Optional. Encryption password used for encrypted rclone configurations. Please use secrets management for this value.
* `files`: Optional. Additional files to write to the /tmp directory. This is a map of key/value pairs for the filename and contents of that file.
* `files`: Optional. Additional files to write to the /tmp/rclone directory. This is a map of key/value pairs for the filename and contents of that file.