From 20c747753db6657a505b50db302f7ec9fd3a6e5d Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 2 Nov 2021 01:28:00 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Support=20ABM=20in=20mf=20script?=
 =?UTF-8?q?s?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 buildroot/share/git/mfinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildroot/share/git/mfinfo b/buildroot/share/git/mfinfo
index e17138e4562..0f5d79a002b 100755
--- a/buildroot/share/git/mfinfo
+++ b/buildroot/share/git/mfinfo
@@ -52,6 +52,7 @@ case "$REPO" in
   Marlin              ) TARG=bugfix-2.0.x ; [[ $INDEX == 1 ]] && TARG=bugfix-1.1.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
   Configurations      ) TARG=import-2.0.x ;;
   MarlinDocumentation ) TARG=master ;;
+  AutoBuildMarlin     ) TARG=master ;;
 esac
 
 [[ $BRANCH =~ ^[123]$ ]] && USAGE=1