Skip to content

Commit

Permalink
Adjust mfconfig script
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 29, 2021
1 parent ccdbffb commit 33ccf1b
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 @@ -83,7 +83,7 @@ if [[ $ACTION == "init" ]]; then
TEMP=$( mktemp -d ) ; cp -R config $TEMP

# Make sure we're not on the 'BASE' branch...
git checkout master >/dev/null 2>&1 || exit
git checkout init-repo >/dev/null 2>&1 || exit

# Create 'BASE' as a copy of 'init-repo' (README, LICENSE, etc.)
git branch -D BASE 2>/dev/null
Expand Down

0 comments on commit 33ccf1b

Please sign in to comment.