minor, fix typo

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8a4b6b96
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8a4b6b96
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/8a4b6b96

Branch: refs/heads/master
Commit: 8a4b6b9611a25c8e0f8bf2ec99244a250d9dd91b
Parents: 32b8f2c
Author: Hongbin Ma <mahong...@apache.org>
Authored: Thu May 4 16:58:09 2017 +0800
Committer: Dong Li <lid...@apache.org>
Committed: Thu May 4 17:00:22 2017 +0800

----------------------------------------------------------------------
 build/script/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8a4b6b96/build/script/build.sh
----------------------------------------------------------------------
diff --git a/build/script/build.sh b/build/script/build.sh
index 390a2c5..458c612 100755
--- a/build/script/build.sh
+++ b/build/script/build.sh
@@ -22,7 +22,7 @@ echo "package back-end"
 dir=$(dirname ${0})
 cd ${dir}/../..
 
-mvn clean intall -DskipTests $@ || { exit 1; }
+mvn clean install -DskipTests $@ || { exit 1; }
 
 #package webapp
 echo 'package front-end'

Reply via email to