Browse Source

Fix mfconfig 'copying' message

Scott Lahteine 4 years ago
parent
commit
3c46a4062e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig View File

90
   git checkout init-repo -b BASE || exit
90
   git checkout init-repo -b BASE || exit
91
 
91
 
92
   # Copy all config files into place
92
   # Copy all config files into place
93
-  echo "- Copying configs from Marlin..."
93
+  echo "- Copying all configs from fresh $IMPORT..."
94
   cp -R "$TEMP/config" .
94
   cp -R "$TEMP/config" .
95
 
95
 
96
   # Delete anything that's not a Configuration file
96
   # Delete anything that's not a Configuration file

Loading…
Cancel
Save