8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
# frozen_string_literal: true
|
|
|
|
CONFIG = {
|
|
remote_path: 'example.com:/srv/httpd/some/path',
|
|
download_url: 'https://example.com/some/path',
|
|
repository: '../slackbuilds'
|
|
}.freeze
|