X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e88cbab376ec5e26266ed021193b9d387b14dfa7..6029ffdc433d69f7fe139b0e23673fa12715e413:/services/api/lib/tasks/config_check.rake diff --git a/services/api/lib/tasks/config_check.rake b/services/api/lib/tasks/config_check.rake index a01e1ea2ab..b7316a5e19 100644 --- a/services/api/lib/tasks/config_check.rake +++ b/services/api/lib/tasks/config_check.rake @@ -1,6 +1,7 @@ namespace :config do desc 'Ensure site configuration has all required settings' task check: :environment do + $stderr.puts "%-32s %s" % ["AppVersion (discovered)", AppVersion.hash] $application_config.sort.each do |k, v| if ENV.has_key?('QUIET') then # Make sure we still check for the variable to exist