summaryrefslogtreecommitdiff
authorWally Yau <wyau@google.com>2018-10-26 17:10:13 (GMT)
committer Wally Yau <wyau@google.com>2018-10-26 17:11:11 (GMT)
commit771877fed048b8bdeb59fd600580b9aed5552957 (patch)
tree1a21498e3b492892511077aac3da8e6691e654b2
parentef7e4a7da7050061fd3e714e6cfa14ea0500129b (diff)
downloadcommon-771877fed048b8bdeb59fd600580b9aed5552957.zip
common-771877fed048b8bdeb59fd600580b9aed5552957.tar.gz
common-771877fed048b8bdeb59fd600580b9aed5552957.tar.bz2
Fix typo
fastboot was mis-spelled as astboot Test: Manual Change-Id: I82612a58de5edb7b3ce10cb85d1e3d5e8a64eed2
Diffstat
-rwxr-xr-xflash-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash-all.sh b/flash-all.sh
index cace8fd..ef66a35 100755
--- a/flash-all.sh
+++ b/flash-all.sh
@@ -52,8 +52,8 @@ fastboot $sern flash logo logo.img
fastboot $sern flash boot boot.img
if fastboot $sern flash system system.img 2>&1 | grep -q 'FAILED'; then
echo "Flashing system.img is not done properly. Try it again."
- sleep 3
- astboot $sern flash system system.img
+ sleep 3
+ fastboot $sern flash system system.img
fi
fastboot $sern flash vendor vendor.img
fastboot $sern flash recovery recovery.img