summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-04-02 08:10:48 +0200
committerEugen Wissner <belka@caraus.de>2021-04-02 08:11:05 +0200
commit7949c74d9afa7c79025f56aa08a5a75939818b40 (patch)
tree55cf6b70b1cffc7e79d66edd57bc6c4bc2346bcb /config
parent960927954168dd5d7e63ce619b4df20efd82390a (diff)
downloadslackbuilder-7949c74d9afa7c79025f56aa08a5a75939818b40.tar.gz
Move branch constant into configuration
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 ef6b0c3..5f34073 100644
--- a/config/config.rb.example
+++ b/config/config.rb.example
@@ -2,5 +2,6 @@
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
- download_url: 'https://example.com/some/path'
+ download_url: 'https://example.com/some/path',
+ branch: 'user/nick/updates'
}