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

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 06a26bb1c808a3482153e7942eed1b8f2f6e91a2
Author: Roy Lenferink <lenferink...@gmail.com>
AuthorDate: Sun Jul 7 13:10:37 2019 +0200

    Fixed indentation for publish script
---
 publish.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/publish.sh b/publish.sh
index 62fbb72..51429a8 100644
--- a/publish.sh
+++ b/publish.sh
@@ -21,9 +21,10 @@
 GIT_REMOTE=$1
 if [[ -z "${GIT_REMOTE}" ]]; then
     echo "Git remote is not specified!"
+    echo ""
     echo "Usage:"
     echo "  ./publish.sh <remote>"
-    echo "   e.g."
+    echo "    e.g."
     echo "  ./publish.sh origin"
     exit 1
 fi

Reply via email to