From bde54cf9388dc3dc0c68ab6b58ed6fad521c8b25 Mon Sep 17 00:00:00 2001 From: Amritanshu Pandey Date: Wed, 10 Jul 2019 06:14:49 +0000 Subject: [PATCH] fix typos Signed-off-by: Amritanshu Pandey --- make/prepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/prepare b/make/prepare index 8e6371f96..0492dab47 100755 --- a/make/prepare +++ b/make/prepare @@ -1,8 +1,8 @@ #!/bin/bash set +e -# If compling source code this dir is harbor's make dir -# If install harbor via pacakge, this dir is harbor's root dir +# If compiling source code this dir is harbor's make dir. +# If installing harbor via pacakge, this dir is harbor's root dir. if [[ -n "$HARBOR_BUNDLE_DIR" ]]; then harbor_prepare_path=$HARBOR_BUNDLE_DIR else