diff --git a/build_packages b/build_packages index d5d6ce6109..73228d16cd 100755 --- a/build_packages +++ b/build_packages @@ -95,7 +95,7 @@ if [[ -z "${FLAGS_board}" ]]; then exit 1 fi -if [[ ${FLAGS_download} -eq ${FLAGS_TRUE} && ! -f "$HOME/.boto" ]]; then +if [[ ${FLAGS_upload} -eq ${FLAGS_TRUE} && ! -f "$HOME/.boto" ]]; then die_notrace "Please run gsutil config to create ~/.boto" fi