summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-08-18 07:50:18 +0200
committerEugen Wissner <belka@caraus.de>2023-08-18 07:50:18 +0200
commit258604f22d2bc50480aa4eb57778ab96c97cf1c6 (patch)
treed6fb3c1ce16879b191bc7adba91065d8c6cc7976 /config
parentfd649b66f57123aad95861e636299a2d0a5ca6f7 (diff)
downloadslackbuilder-258604f22d2bc50480aa4eb57778ab96c97cf1c6.tar.gz
Support repository directory in the clone function
Diffstat (limited to 'config')
-rw-r--r--config/config.toml.example1
1 files changed, 1 insertions, 0 deletions
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"