Skip to content

Commit 59dd65a

Browse files
cityofshipsmnasiadka
authored andcommitted
Replace invisible unicode chars
They're believed to have no special meaning and were put by accident. TrivialFix Change-Id: I66ea5711810ed0060cf89192a780bfcc92e79770 (cherry picked from commit 2ddf0ae)
1 parent 9516d00 commit 59dd65a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/base/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
139139
{%- if not loop.last %} \{% endif %}
140140
{% endfor -%}
141141

142-
{% for cmd in rpm_setup %}
142+
{% for cmd in rpm_setup %}
143143
{{ cmd }}
144-
{% endfor %}
144+
{% endfor %}
145145

146146
{% block base_centos_repo_overrides_post_rpm %}{% endblock %}
147147

specs/logging-with-heka.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ An alternative to this proposal involves using Logstash in a centralized
256256
way as done in [1].
257257

258258
Another alternative would be to execute Logstash on each cluster node, as this
259-
spec proposes with Heka. But this would mean running a JVM on each cluster
259+
spec proposes with Heka. But this would mean running a JVM on each cluster
260260
node, and using Redis as a centralized queue.
261261

262262
Also, as described above, we initially considered relying on services writing

0 commit comments

Comments
 (0)