Skip to content

Commit

Permalink
add: end of line
Browse files Browse the repository at this point in the history
Signed-off-by: Arvindh <arvindh91@gmail.com>
  • Loading branch information
arvindh123 authored and dborovcanin committed Jul 13, 2023
1 parent a7a2fcf commit 4b296ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ run_addons_grpc_mtls:
$(foreach SVC,$(RUN_ADDON_ARGS),$(if $(filter $(SVC),$(ADDON_SERVICES) $(EXTERNAL_SERVICES)),,$(error Invalid Service $(SVC))))
@for SVC in $(RUN_ADDON_ARGS); do \
docker-compose -f docker/addons/$$SVC/docker-compose.yml $(if $(wildcard docker/addons/$$SVC/docker-compose.grpc-mtls.yaml), -f docker/addons/$$SVC/docker-compose.grpc-mtls.yaml, ) -p $(DOCKER_PROJECT) --env-file ./docker/.env $(DOCKER_COMPOSE_DIRECTION) $(args) & \
done
done
2 changes: 1 addition & 1 deletion docker/addons/cassandra-writer/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ until printf "" 2>>/dev/null >>/dev/tcp/mainflux-cassandra/9042; do
done

echo "Creating keyspace and table..."
cqlsh mainflux-cassandra -e "CREATE KEYSPACE IF NOT EXISTS mainflux WITH replication = {'class':'SimpleStrategy','replication_factor':'1'};"
cqlsh mainflux-cassandra -e "CREATE KEYSPACE IF NOT EXISTS mainflux WITH replication = {'class':'SimpleStrategy','replication_factor':'1'};"
2 changes: 1 addition & 1 deletion docker/ssl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grpc-server*
*grpc-client*
*srl
*conf
*conf

0 comments on commit 4b296ff

Please sign in to comment.