Browse Source

Fix mfconfig 'copying' message

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
3c46a4062e
  1. 2
      buildroot/share/git/mfconfig

2
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

Loading…
Cancel
Save