Skip to content

Commit c1b54b6

Browse files
fix info
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 6fb219e commit c1b54b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cleanup-ag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ main() {
7777
CS_AG_ID=$(_kubectl get cloudstackaffinitygroup $ag | jq -r '.spec.id')
7878
CS_AG_VMS=$(_cmk list affinitygroups id=$CS_AG_ID | jq -r '.affinitygroup[0].virtualmachineIds')
7979
if [[ "$CS_AG_VMS" == "null" ]]; then
80-
echo "Found Affinity Group ($CS_AG_ID) with no instances assigned:" $ag
80+
echo "[info] Found Affinity Group ($CS_AG_ID) with no instances assigned:" $ag
8181
if [[ "$DRY_RUN" == "false" ]]; then
8282
_kubectl delete cloudstackaffinitygroup $ag
8383
echo "[info] Affinity Group ($CS_AG_ID) $ag has been removed"

0 commit comments

Comments
 (0)