From 3c46a4062eb9da5a58d46b7ee59afe0b2409e472 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 20 Apr 2021 16:36:19 -0500
Subject: [PATCH] Fix mfconfig 'copying' message

---
 buildroot/share/git/mfconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildroot/share/git/mfconfig b/buildroot/share/git/mfconfig
index fe99d6b247d..592ecfa603e 100755
--- a/buildroot/share/git/mfconfig
+++ b/buildroot/share/git/mfconfig
@@ -90,7 +90,7 @@ if [[ $ACTION == "init" ]]; then
   git checkout init-repo -b BASE || exit
 
   # Copy all config files into place
-  echo "- Copying configs from Marlin..."
+  echo "- Copying all configs from fresh $IMPORT..."
   cp -R "$TEMP/config" .
 
   # Delete anything that's not a Configuration file