diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.rb.example | 1 | ||||
| -rw-r--r-- | config/config.toml.example | 2 |
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" |
