Skip to content

Commit 862662f

Browse files
committed
removing quotation marks
1 parent f043e49 commit 862662f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/list-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function gcloud-list() {
4949
local attempt=1
5050
local result=""
5151
while true; do
52-
if result=$(gcloud "${group}" "${resource}" list --project="${PROJECT}" "${filter:+--filter="$filter"}" "${@:4}"); then
52+
if result=$(gcloud "${group}" "${resource}" list --project="${PROJECT}" ${filter:+--filter="$filter"} "${@:4}"); then
5353
if [[ -n "${GREP_REGEX:-}" ]]; then
5454
result=$(echo "${result}" | grep "${GREP_REGEX}" || true)
5555
fi

0 commit comments

Comments
 (0)