diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-08-18 07:50:18 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-08-18 07:50:18 +0200 |
| commit | 258604f22d2bc50480aa4eb57778ab96c97cf1c6 (patch) | |
| tree | d6fb3c1ce16879b191bc7adba91065d8c6cc7976 /config | |
| parent | fd649b66f57123aad95861e636299a2d0a5ca6f7 (diff) | |
| download | slackbuilder-258604f22d2bc50480aa4eb57778ab96c97cf1c6.tar.gz | |
Support repository directory in the clone function
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.toml.example | 1 |
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" |
