mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
fix(core_promote): fix typo
This commit is contained in:
parent
4b46e7b749
commit
3b72f2d86c
@ -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}/*" \
|
||||
|
Loading…
Reference in New Issue
Block a user