Skip to content

Commit

Permalink
👔 Update mfconfig import
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 7, 2022
1 parent 5c225ba commit 679f460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildroot/share/git/mfconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ COMMIT_STEPS=0
#cd "$CONFIGREPO" 2>/dev/null || { echo "Can't find Configurations repo!" ; exit 1; }

ACTION=${1:-init}
IMPORT=${2:-"import-2.0.x"}
EXPORT=${3:-"bugfix-2.0.x"}
IMPORT=${2:-"import-2.1.x"}
EXPORT=${3:-"bugfix-2.1.x"}

echo -n "Doing grhh ... " ; grhh ; echo

Expand Down

0 comments on commit 679f460

Please sign in to comment.