chore(build): fix typo in release script

This commit is contained in:
Tobias Bosch 2014-01-07 17:00:53 -08:00
parent 5df7e73adf
commit ace13b94e6

View file

@ -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 {