Merge "Switch to origin/main for chromite" into main
diff --git a/Makefile b/Makefile
index 0dd9343..18acd0b 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
 		echo "third_party/" >> .git/info/sparse-checkout; \
 		echo "/__init__.py" >> .git/info/sparse-checkout; \
 		echo "!*test.py" >> .git/info/sparse-checkout; \
-		git pull --depth 1 origin master; \
+		git pull --depth 1 origin main; \
 	fi
 
 .setup-cmddir: .create-cmddir .load-chromite