fix(build_packages): Fix check for .boto, argument name was wrong.

This commit is contained in:
Michael Marineau 2013-07-05 17:49:38 -04:00
parent 2ca214d738
commit 4bcee421ad

View File

@ -95,7 +95,7 @@ if [[ -z "${FLAGS_board}" ]]; then
exit 1 exit 1
fi 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" die_notrace "Please run gsutil config to create ~/.boto"
fi fi