Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 75c7a16

Browse files
add missing newlines
1 parent 19b9005 commit 75c7a16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ services:
2929
CONFLUENT_METRICS_REPORTER_TOPIC_REPLICAS: 2
3030
CONFLUENT_METRICS_REPORTER_PUBLISH_MS: 1000
3131
KAFKA_JMX_PORT: 7999
32-
KAFKA_JMX_HOSTNAME: ${HOSTIP}
32+
KAFKA_JMX_HOSTNAME: ${HOSTIP}

make-shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
export HOSTIP=$(docker-machine ip)
4-
docker-compose run php-pubsub-kafka /bin/bash
4+
docker-compose run php-pubsub-kafka /bin/bash

make-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export HOSTIP=$(docker-machine ip)
44
docker-compose rm -f
55
docker-compose pull
66
docker-compose up --build -d
7-
docker-compose run php-pubsub-kafka /bin/bash
7+
docker-compose run php-pubsub-kafka /bin/bash

travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cd /tmp \
1212

1313
pecl install rdkafka
1414

15-
echo "extension = rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15+
echo "extension = rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 commit comments

Comments
 (0)