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
4a8511f6
Commit
4a8511f6
authored
Jul 17, 2021
by
ciro
Browse files
fix wrong variable name
parent
cd6698c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/pushbullet.sh
View file @
4a8511f6
...
...
@@ -21,7 +21,7 @@ pushbullet_send() {
PUSHBULLET_DEVICE
=
"
${
PUSHBULLET_DEVICE
:-
$(
_readaccountconf_mutable PUSHBULLET_DEVICE
)
}
"
if
[
-z
"
$PUSHBULLET_DEVICE
"
]
;
then
_saveaccountconf_mutable PUSHBULLET_
TOKEN
"
$PUSHBULLET_
TOKEN
"
_saveaccountconf_mutable PUSHBULLET_
DEVICE
"
$PUSHBULLET_
DEVICE
"
fi
export
_H1
=
"Content-Type: application/json"
...
...
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