Project

General

Profile

« Previous | Next » 

Revision c7991ea6

Added by Kavita Gaikwad over 6 years ago

Fixes #21927 - check to validate candlepin db using cpdb

View differences:

lib/foreman_maintain/concerns/system_helpers.rb
def version(value)
Version.new(value)
end
def format_shell_args(options = {})
options.map { |shell_optn, val| " #{shell_optn} '#{shellescape(val)}'" }.join
end
end
end
end

Also available in: Unified diff