Browse Source

Remove space

pull/6542/head
Steven Zhu 1 month ago
committed by GitHub
parent
commit
0f5093c0b7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      acme.sh

4
acme.sh

@ -7542,7 +7542,7 @@ _process() {
;; ;;
--list-profiles) --list-profiles)
_CMD="list_profiles" _CMD="list_profiles"
;;
;;
-d | --domain) -d | --domain)
_dvalue="$2" _dvalue="$2"
@ -8110,7 +8110,7 @@ _process() {
;; ;;
list_profiles) list_profiles)
list_profiles list_profiles
;;
;;
*) *)
if [ "$_CMD" ]; then if [ "$_CMD" ]; then
_err "Invalid command: $_CMD" _err "Invalid command: $_CMD"

Loading…
Cancel
Save