This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 96480dd Update prepare.sh
96480dd is described below
commit 96480dddf11b73d5c669c4eae40165822ea15948
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Aug 22 19:39:34 2020 -0700
Update prepare.sh
---
bin/prepare.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/prepare.sh b/bin/prepare.sh
index 3908aad..37983dc 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -108,7 +108,7 @@ function sign() {
sign "${zipFileBin}"
sign "${zipFileSrc}"
-cd ${curDir} || exit
+cd "${curDir}" || exit
echo
echo "****************************"