From 258604f22d2bc50480aa4eb57778ab96c97cf1c6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 18 Aug 2023 07:50:18 +0200 Subject: Support repository directory in the clone function --- config/config.toml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.toml.example') diff --git a/config/config.toml.example b/config/config.toml.example index 194841c..7efe248 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -2,3 +2,4 @@ gh_token = "" repository = "./slackbuilds" branch = "user/nick/updates" download_url = "https://example.com/some/path" +remote_path = "example.com:/srv/httpd/some/path" -- cgit v1.2.3