Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Willenbring
Trilinos
Commits
308c3b74
Commit
308c3b74
authored
Oct 29, 2018
by
Chris Siefert
Browse files
MueLu: Fixing typo
parent
065faa2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/muelu/utils/misc/makepr.sh
View file @
308c3b74
...
...
@@ -96,12 +96,11 @@ else
fi
# Add labels
echo
"Adding labels:
$labels
"
CMD
=
$(
echo
curl
-i
-H
$h
-d
\'
[
$labels
]
\'
https://api.github.com/repos/
$fork
/
$repo
/issues/
$PRN
/labels
)
eval
$CMD
>
$TMPFILE
2>
$TMPFILE
if
grep
'AT: AUTOMERGE'
$TMPFILE
>
/dev/null
;
then
echo
"PR
$PRN
labeled as
'AT: AUTOMERGE'
"
echo
"PR
$PRN
labeled as
:
$labels
"
else
echo
"PR
$PRN
label failed"
;
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment