From 47c15dd6c7cc76dabcf344307da22a60d06508aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es?= Date: Tue, 19 Sep 2017 14:39:06 -0300 Subject: [PATCH] comments fixes. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0b49d84..5669d16 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ if [[ "$TARGET_OS" == "" ]]; then exit 1 fi -echo "Building docker images using wolfssl:$TARGET_OS\n" +echo "Building docker images from: $TARGET_OS\n" docker build \ -t wolfssl/wolfssl:$TARGET_OS-lib \