Support repository path in commits
This commit is contained in:
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
gh_token = ""
|
||||
repository = "./slackbuilds"
|
||||
branch = "user/nick/updates"
|
||||
|
Reference in New Issue
Block a user