Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e9bf86e5 authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

[oar-properties] fix get oar properties error header

parent 1d05197a
No related branches found
No related tags found
1 merge request!13[oar-properties] fix get oar properties error header
Pipeline #86885 passed
......@@ -673,7 +673,7 @@ def generate_oar_properties(options)
when 2
# Give more details
if header == false
puts "Output format: ['~', 'key', 'old value', 'new value']"
puts "Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for added, ['~', 'key', 'old value', 'new value'] for changed"
header = true
end
if diff.empty?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment