Commit cd8fcbf9 authored by shar0119's avatar shar0119 Committed by GitHub
Browse files

Spaces in assignment removed.

parent d0300d44
...@@ -112,7 +112,7 @@ _dynu_rest() { ...@@ -112,7 +112,7 @@ _dynu_rest() {
} }
_dynu_authentication() { _dynu_authentication() {
realm = "$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)" realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
export _H1="Authorization: Basic $realm" export _H1="Authorization: Basic $realm"
export _H2="Content-Type: application/json" export _H2="Content-Type: application/json"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment