From 4bcee421ade645f778ea618f07f86f1e4ed98d8e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 5 Jul 2013 17:49:38 -0400 Subject: [PATCH] fix(build_packages): Fix check for .boto, argument name was wrong. --- build_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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