mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-06 05:34:14 +00:00
Fix formatting
This commit is contained in:
parent
63438b3a3d
commit
00dac9b87f
@ -55,11 +55,12 @@ _dns_gcloud_authenticate() {
|
|||||||
_info "_dns_gcloud_authenticate: authenticating gcloud"
|
_info "_dns_gcloud_authenticate: authenticating gcloud"
|
||||||
_debug "_dns_gcloud_authenticate: checking authenticated status"
|
_debug "_dns_gcloud_authenticate: checking authenticated status"
|
||||||
|
|
||||||
account=$(gcloud auth list \
|
account=$(
|
||||||
--filter "status:ACTIVE" \
|
gcloud auth list \
|
||||||
--format "value(account)" \
|
--filter "status:ACTIVE" \
|
||||||
--verbosity error
|
--format "value(account)" \
|
||||||
)
|
--verbosity error
|
||||||
|
)
|
||||||
|
|
||||||
if [ "$account" ]; then
|
if [ "$account" ]; then
|
||||||
_info "_dns_gcloud_authenticate: already authenticated"
|
_info "_dns_gcloud_authenticate: already authenticated"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user