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
ruanhaishen
Acme.Sh
Commits
835f9aad
Unverified
Commit
835f9aad
authored
Oct 08, 2019
by
Bill Gertz
Committed by
GitHub
Oct 08, 2019
Browse files
Um that's a wee bit of nit pick.
'Errant' space removed on blank line on line 147.
parent
a4ec9f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_miab.sh
View file @
835f9aad
...
...
@@ -144,7 +144,7 @@ _miab_post() {
fi
_debug
"_CURL"
"
$_CURL
"
if
[
"
$needbase64
"
]
;
then
if
[
"
$_postContentType
"
]
;
then
response
=
"
$(
$_CURL
--user-agent
"
$USER_AGENT
"
-X
$httpmethod
--user
"
$username
:
$password
"
-H
"Content-Type:
$_postContentType
"
-H
"
$_H1
"
-H
"
$_H2
"
-H
"
$_H3
"
-H
"
$_H4
"
-H
"
$_H5
"
--data
"
$body
"
"
$_post_url
"
| _base64
)
"
...
...
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