Remove space

pull/6542/head
Steven Zhu 2025-09-27 17:52:44 -04:00 committed by GitHub
parent 80748b9fe0
commit 0f5093c0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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