diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-22 21:52:21 -0500 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 17:08:18 +0200 |
| commit | 9df2613a4e22741f8c0dfd6ff053adc7b0ff7a69 (patch) | |
| tree | 2968ab0f0e9ee225fecde3c75bfa0008bc67058f /Rakefile | |
| parent | e275b6d2510fc94ea32e94acb44429cfcec28543 (diff) | |
| download | gitlab-ce-9df2613a4e22741f8c0dfd6ff053adc7b0ff7a69.tar.gz | |
Fix knapsack usage
Diffstat (limited to 'Rakefile')
| -rwxr-xr-x | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) -require 'knapsack' +require 'knapsack-gitlab' relative_url_conf = File.expand_path('../config/initializers/relative_url', __FILE__) require relative_url_conf if File.exist?("#{relative_url_conf}.rb") |
