We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dee1a commit 6b57ecdCopy full SHA for 6b57ecd
devtools/pick_services.sh
@@ -96,8 +96,6 @@ done <<< "$SELECTED"
96
if [ -z "$SELECTED_SERVICES" ]; then
97
gum style "🙅 No services selected. Deploying all..." --foreground "$COLOR" >&2
98
SELECTED_SERVICES=("${SERVICE_OPTIONS[@]}")
99
-else
100
- read -r -a SELECTED_SERVICES <<< "$SELECTED_SERVICES"
101
fi
102
103
PRINTABLE="$(pretty_print "${SELECTED_SERVICES[@]}")"
0 commit comments