You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/07/13 05:03:18 UTC

[incubator-flagon] branch FLAGON-347 updated: missed one SensSoft

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-347
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-347 by this push:
     new 79c79eb  missed one SensSoft
79c79eb is described below

commit 79c79eb80b1ee506f4081cc4b44fe8e719c410cd
Author: poorejc <po...@apache.org>
AuthorDate: Sat Jul 13 01:03:08 2019 -0400

    missed one SensSoft
---
 docker/site/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/site/Dockerfile b/docker/site/Dockerfile
index 15297f6..f882404 100644
--- a/docker/site/Dockerfile
+++ b/docker/site/Dockerfile
@@ -29,7 +29,7 @@ WORKDIR /usr/src
 RUN sudo -E apt-get -yqq install \
   git
 
-# Clone Apache SensSoft Site
+# Clone Apache Flagon Site
 RUN git clone -b master https://github.com/apache/incubator-flagon.git
 WORKDIR /usr/src/incubator-flagon/site/_site