fix g=git
diff --git a/tools/update_deps.sh b/tools/update_deps.sh
index ecfb775..3e44b97 100755
--- a/tools/update_deps.sh
+++ b/tools/update_deps.sh
@@ -7,7 +7,7 @@
 echo Updating the sdk with depot_tools
 gclient sync
 cd sdk
-g checkout analyzer
+git checkout analyzer
 cd ..
 echo done
 echo