Browse Source
fix: fix a format issue reported by shellfmt
Signed-off-by: Avi Miller <avi.miller@oracle.com>
pull/3539/head
Avi Miller
3 years ago
No known key found for this signature in database
GPG Key ID: 66D6066620F03B05
1 changed files with
0 additions and
2 deletions
-
dnsapi/dns_oci.sh
|
@ -166,7 +166,6 @@ _oci_config() { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# _get_zone(): retrieves the Zone name and OCID |
|
|
# _get_zone(): retrieves the Zone name and OCID |
|
|
# |
|
|
# |
|
|
# _sub_domain=_acme-challenge.www |
|
|
# _sub_domain=_acme-challenge.www |
|
@ -322,5 +321,4 @@ _readini() { |
|
|
_debug2 _inivalue "$_inivalue" |
|
|
_debug2 _inivalue "$_inivalue" |
|
|
echo "$_inivalue" |
|
|
echo "$_inivalue" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |