Skip to content

Commit

Permalink
Fix typo in Dockerfile comment (elastic#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 authored and suraj-soni committed Dec 15, 2016
1 parent daaf598 commit b21eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ COPY libbeat/scripts/docker-entrypoint.sh /entrypoint.sh
RUN mkdir -p /etc/pki/tls/certs
COPY testing/environments/docker/logstash/pki/tls/certs/logstash.crt /etc/pki/tls/certs/logstash.crt

# Create a copy of the respository inside the container.
# Create a copy of the repository inside the container.
COPY . /go/src/github.com/elastic/beats/

0 comments on commit b21eee6

Please sign in to comment.