From 908a7bfcc0aadeaccb3c5f301b42ec4d68962b5a Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Tue, 21 Aug 2018 16:25:31 +0300 Subject: [PATCH] image_builder: little syntax fix --- image_builder/manual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/manual.sh b/image_builder/manual.sh index 185ce3e3..a27b88b3 100755 --- a/image_builder/manual.sh +++ b/image_builder/manual.sh @@ -24,7 +24,7 @@ apt-get install -y --no-install-recommends -qq unzip wget parted apt-utils git c git clone ${TARGET_REPO_URL} --single-branch --branch ${TARGET_REPO_REF} --depth 1 'repo_tmp' if [[ -d repo_tmp${TARGET_REPO_PATH} ]]; then cd repo_tmp${TARGET_REPO_PATH} -else echo "Error TARGET_REPO_PATH incorrect!" && return 1 +else echo "Error: TARGET_REPO_PATH incorrect!" && return 1 fi BUILD_DIR=$(pwd)/image