You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"no matching cluster, using input as a service filter"
58
-
cluster_names=$(ecs-clusters2|skim-stdin)
58
+
cluster_names=$(ecs-clusters|skim-stdin)
59
59
service_filter=$filter
60
60
fi
61
61
fi
@@ -119,7 +119,7 @@ ecs-tasks() {
119
119
120
120
local filter=$(skim-stdin "$@")
121
121
122
-
forcluster_namein$(ecs-clusters2|skim-stdin);do
122
+
forcluster_namein$(ecs-clusters|skim-stdin);do
123
123
#echo "cluster_name=$cluster_name"
124
124
# TODO: remove the account bit from the task definition, ie print gc3-test1-public:27 instead of arn:aws:ecs:ap-southeast-2:167642850091:task-definition/gc3-test1-public:27
0 commit comments