fix(core_promote): fix typo

This commit is contained in:
Michael Marineau 2014-06-09 14:47:25 -07:00
parent 4b46e7b749
commit 3b72f2d86c

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}/*" \