Remove space

This commit is contained in:
Steven Zhu
2025-09-27 17:52:44 -04:00
committed by GitHub
parent 80748b9fe0
commit 0f5093c0b7

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"