Push update.
Some checks failed
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2025-04-01 14:09:39 +00:00
parent 580653bbea
commit 3f33729b4b
4 changed files with 11 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ final class App
$this->config = new Configuration([
'rclone' => Expect::structure([
'path' => Expect::string()->default('rclone'),
'config' => Expect::string()->default(''),
'options' => Expect::arrayOf('string', 'string')
]),
'backup' => Expect::arrayOf(Expect::structure([