summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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'
}