mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 07:44:43 +00:00
chore(build): fix typo in release script
This commit is contained in:
parent
5df7e73adf
commit
ace13b94e6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function init {
|
||||||
NO_TEST=false
|
NO_TEST=false
|
||||||
fi
|
fi
|
||||||
VERBOSE_ARG="--verbose=$VERBOSE"
|
VERBOSE_ARG="--verbose=$VERBOSE"
|
||||||
NO_TEST_ARG="--no_test=$VERBOSE"
|
NO_TEST_ARG="--no_test=$NO_TEST"
|
||||||
}
|
}
|
||||||
|
|
||||||
function phase {
|
function phase {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue