Skip to content

Commit 829d670

Browse files
committed
Fix more camel-case usage in Dockerfile
1 parent 3d41858 commit 829d670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# ElasticSearch Dockerfile
2+
# Elasticsearch Dockerfile
33
#
44
# https://github.com/dockerfile/elasticsearch
55
#
@@ -9,7 +9,7 @@ FROM dockerfile/java:oracle-java8
99

1010
ENV ES_PKG_NAME elasticsearch-1.4.2
1111

12-
# Install ElasticSearch.
12+
# Install Elasticsearch.
1313
RUN \
1414
cd / && \
1515
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/$ES_PKG_NAME.tar.gz && \

0 commit comments

Comments
 (0)