summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-08-15 10:33:19 +0200
committerEugen Wissner <belka@caraus.de>2023-08-15 10:33:19 +0200
commit6b15ccd0f53c7ffd57820fb15664ecadee74392a (patch)
tree20ba7c838a2be1e7bd0707ed098f505c43a4da79 /config
parent5a9e87cd5f65439ef8f2717b3b3e561f42f2e24c (diff)
downloadslackbuilder-6b15ccd0f53c7ffd57820fb15664ecadee74392a.tar.gz
Support repository path in commits
Diffstat (limited to 'config')
-rw-r--r--config/config.rb.example1
-rw-r--r--config/config.toml.example2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/config.rb.example b/config/config.rb.example
index 836149a..c23023d 100644
--- a/config/config.rb.example
+++ b/config/config.rb.example
@@ -3,6 +3,5 @@
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path',
- branch: 'user/nick/updates',
repository: '../slackbuilds'
}.freeze
diff --git a/config/config.toml.example b/config/config.toml.example
index 117472e..df55478 100644
--- a/config/config.toml.example
+++ b/config/config.toml.example
@@ -1 +1,3 @@
gh_token = ""
+repository = "./slackbuilds"
+branch = "user/nick/updates"