Merge pull request #22 from marineam/boto

fix(build_packages): Fix check for .boto, argument name was wrong.
This commit is contained in:
Michael Marineau 2013-07-05 14:56:21 -07:00
commit 9deade7470

View File

@ -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