Fix mfconfig 'copying' message

This commit is contained in:
Scott Lahteine 2021-04-20 16:36:19 -05:00
parent 2a7ba427dd
commit 3c46a4062e

View File

@ -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