diff --git a/config/services/sftp.toml b/config/services/sftp.toml index f016ce8bc..63ceddc21 100644 --- a/config/services/sftp.toml +++ b/config/services/sftp.toml @@ -9,5 +9,5 @@ password = "mypassword" [repository.options] user = "myuser" -endpoint = "host:port" +endpoint = "ssh://host:port" root = "path/to/repo"