Merge pull request #270 from marineam/legacy

fix(core_promote): fix typo
This commit is contained in:
Michael Marineau 2014-06-09 15:35:14 -07:00
commit 2bcb9bfd4f

View File

@ -112,7 +112,7 @@ if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]]; then
fi fi
if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]] && \ if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]] && \
[[-n "${FLAGS_legacy_storage}" ]] [[ -n "${FLAGS_legacy_storage}" ]]
then then
if [[ "${lower_channel}" == alpha ]]; then if [[ "${lower_channel}" == alpha ]]; then
gsutil -m cp "${gs_release}/*" \ gsutil -m cp "${gs_release}/*" \