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/04/27 09:06:14 UTC

[incubator-streampipes-installer] 01/03: changed deployment notice to apache streampipes website

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

commit 266295416109684379e46833ee142764db070648
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Apr 27 11:03:39 2020 +0200

    changed deployment notice to apache streampipes website
---
 cli/sp    | 4 ++--
 cli/sp.m4 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/sp b/cli/sp
index 3b26989..98e4e8e 100755
--- a/cli/sp
+++ b/cli/sp
@@ -180,8 +180,8 @@ fatal()
 deployment_notice() {
 	echo
 	echo
-	echo "INFO: StreamPipes CE $1 is now ready to be used on your system"
-	echo "      Check https://streampipes.org/ for information on StreamPipes"
+	echo "INFO: StreamPipes $1 is now ready to be used on your system"
+	echo "      Check https://streampipes.apache.org/ for information on StreamPipes"
 	echo
 	echo "      Go to the UI and follow the instructions to get started: http://$2/"
 	echo
diff --git a/cli/sp.m4 b/cli/sp.m4
index 9f4b063..9c54385 100644
--- a/cli/sp.m4
+++ b/cli/sp.m4
@@ -50,8 +50,8 @@ fatal()
 deployment_notice() {
 	echo
 	echo
-	echo "INFO: StreamPipes CE $1 is now ready to be used on your system"
-	echo "      Check https://streampipes.org/ for information on StreamPipes"
+	echo "INFO: StreamPipes $1 is now ready to be used on your system"
+	echo "      Check https://streampipes.apache.org/ for information on StreamPipes"
 	echo
 	echo "      Go to the UI and follow the instructions to get started: http://$2/"
 	echo