mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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
|
||||
fi
|
||||
VERBOSE_ARG="--verbose=$VERBOSE"
|
||||
NO_TEST_ARG="--no_test=$VERBOSE"
|
||||
NO_TEST_ARG="--no_test=$NO_TEST"
|
||||
}
|
||||
|
||||
function phase {
|
||||
|
|
|
|||
Loading…
Reference in a new issue