summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-08-17 22:07:09 +0200
committerEugen Wissner <belka@caraus.de>2023-08-17 22:07:09 +0200
commitfd649b66f57123aad95861e636299a2d0a5ca6f7 (patch)
treefcdfa433ed9d80d0b00ddccbdc56955ca4b7cd1a /config
parent6b15ccd0f53c7ffd57820fb15664ecadee74392a (diff)
downloadslackbuilder-fd649b66f57123aad95861e636299a2d0a5ca6f7.tar.gz
Implement remote file check as Haskell command
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 df55478..194841c 100644
--- a/config/config.toml.example
+++ b/config/config.toml.example
@@ -1,3 +1,4 @@
gh_token = ""
repository = "./slackbuilds"
branch = "user/nick/updates"
+download_url = "https://example.com/some/path"