blob: 82a88ac734b9f42287febad852da14fe7ad3009c (
plain)
1
2
3
4
5
6
7
8
9
|
# frozen_string_literal: true
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path',
branch: 'user/nick/updates',
gh_token: '',
repository: '../slackbuilds'
}.freeze
|