diff options
Diffstat (limited to 'config/config.rb.example')
| -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 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' } |
