From 3b72f2d86cc2e715a968cf5bac8c7fadb38f5a35 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 9 Jun 2014 14:47:25 -0700 Subject: [PATCH] fix(core_promote): fix typo --- core_promote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_promote b/core_promote index 3da095caca..356e92b752 100755 --- a/core_promote +++ b/core_promote @@ -112,7 +112,7 @@ if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]]; then fi if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]] && \ - [[-n "${FLAGS_legacy_storage}" ]] + [[ -n "${FLAGS_legacy_storage}" ]] then if [[ "${lower_channel}" == alpha ]]; then gsutil -m cp "${gs_release}/*" \