diff --git a/yotta/create-module.sh b/yotta/create-module.sh index 370945538..1386c0741 100755 --- a/yotta/create-module.sh +++ b/yotta/create-module.sh @@ -41,4 +41,4 @@ mkdir -p $DEST rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/ rm -rf $TMP -echo "mbed TLS yotta module created in '$DEST'." +echo "mbed TLS yotta module created in '$PWD/$DEST'."