diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-05-24 12:56:55 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-05-24 12:56:55 +0200 |
| commit | 6a81f0959d18f9b525558f697754636f9ffc4313 (patch) | |
| tree | 0a083e6f79ab77ec0c2a0267dc01adcd3fc5c908 /config | |
| parent | 341eafcbf2866b555a6adbf957a516d6b2d16e66 (diff) | |
| download | slackbuilder-6a81f0959d18f9b525558f697754636f9ffc4313.tar.gz | |
Query packagist for the latest version
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.rb.example | 3 |
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 |
