You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 14:56:47 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] prettify deployment notice

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9fa1a57  [hotfix] prettify deployment notice
9fa1a57 is described below

commit 9fa1a57518b0c113b6b37fe3037a1c0377f6f6e0
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 16:56:24 2020 +0200

    [hotfix] prettify deployment notice
---
 cli/bin/common | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cli/bin/common b/cli/bin/common
index 780527f..db4b216 100644
--- a/cli/bin/common
+++ b/cli/bin/common
@@ -70,7 +70,8 @@ deployment_notice() {
     If your environment contains the StreamPipes UI, open your browser and follow
     the instructions to get started:
     
-    Docker for Mac/Windows, Linux:     http://localhost/   OR    http://HOST_IP/
+    Local Docker for Mac/Windows, Linux:     http://localhost/   
+    Remote Docker host:                      http://HOST_IP/
 
 EOF
 }