Skip to content

Commit 791afaa

Browse files
committed
Remove standard output when updating CA certificates
1 parent 41edaa1 commit 791afaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ functions:
491491
fi
492492
;;
493493
esac
494-
}
494+
} >/dev/null
495495
register_ca_cert
496496
echo "Registering CA certificate for KMS TLS tests... done."
497497

0 commit comments

Comments
 (0)