Skip to content

Commit

Permalink
Fix mfconfig 'copying' message
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 20, 2021
1 parent 2a7ba42 commit 3c46a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/git/mfconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c46a40

Please sign in to comment.