Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
74cdcde4
Unverified
Commit
74cdcde4
authored
Apr 19, 2020
by
Honza Hommer
Browse files
fix: remove :xdigit:
parent
a9c4b8dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/teams.sh
View file @
74cdcde4
...
...
@@ -58,7 +58,7 @@ teams_send() {
_color
=
"
$TEAMS_SKIP_COLOR
"
;;
esac
_color
=
"
$(
echo
"
${
_color
:-
$TEAMS_THEME_COLOR
}
"
|
tr
-cd
'
[:xdigit:]
'
)
"
_color
=
"
$(
echo
"
${
_color
:-
$TEAMS_THEME_COLOR
}
"
|
tr
-cd
'
a-fA-F0-9
'
)
"
_data
=
"{
\"
title
\"
:
\"
$_subject
\"
,"
if
[
-n
"
$_color
"
]
;
then
...
...
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