Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
grid5000
reference-repository
Commits
e9bf86e5
Commit
e9bf86e5
authored
6 years ago
by
Pierre Neyron
Browse files
Options
Downloads
Patches
Plain Diff
[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
6 years ago
Stage: validate
Stage: generate
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/gen/oar-properties.rb
+1
-1
1 addition, 1 deletion
lib/refrepo/gen/oar-properties.rb
with
1 addition
and
1 deletion
lib/refrepo/gen/oar-properties.rb
+
1
−
1
View file @
e9bf86e5
...
...
@@ -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?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment