style: indent script

This commit is contained in:
Thales Macedo Garitezi 2022-11-11 10:02:02 -03:00
parent 04588148b7
commit b673bef027
1 changed files with 3 additions and 3 deletions

View File

@ -93,9 +93,9 @@ for dep in ${CT_DEPS}; do
FILES+=( '.ci/docker-compose-file/docker-compose.yaml' )
;;
influxdb)
FILES+=( '.ci/docker-compose-file/docker-compose-toxiproxy.yaml'
'.ci/docker-compose-file/docker-compose-influxdb-tcp.yaml'
'.ci/docker-compose-file/docker-compose-influxdb-tls.yaml' )
FILES+=( '.ci/docker-compose-file/docker-compose-toxiproxy.yaml'
'.ci/docker-compose-file/docker-compose-influxdb-tcp.yaml'
'.ci/docker-compose-file/docker-compose-influxdb-tls.yaml' )
;;
mongo)
FILES+=( '.ci/docker-compose-file/docker-compose-mongo-single-tcp.yaml'