summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-05-24 12:56:55 +0200
committerEugen Wissner <belka@caraus.de>2023-05-24 12:56:55 +0200
commit6a81f0959d18f9b525558f697754636f9ffc4313 (patch)
tree0a083e6f79ab77ec0c2a0267dc01adcd3fc5c908 /config
parent341eafcbf2866b555a6adbf957a516d6b2d16e66 (diff)
downloadslackbuilder-6a81f0959d18f9b525558f697754636f9ffc4313.tar.gz
Query packagist for the latest version
Diffstat (limited to 'config')
-rw-r--r--config/config.rb.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.rb.example b/config/config.rb.example
index 0471ac6..82a88ac 100644
--- a/config/config.rb.example
+++ b/config/config.rb.example
@@ -4,5 +4,6 @@ CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path',
branch: 'user/nick/updates',
- gh_token: ''
+ gh_token: '',
+ repository: '../slackbuilds'
}.freeze