Browse Source

👔 Update mfconfig import

Scott Lahteine 3 years ago
parent
commit
9e73fd7149
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig View File

34
 #cd "$CONFIGREPO" 2>/dev/null || { echo "Can't find Configurations repo!" ; exit 1; }
34
 #cd "$CONFIGREPO" 2>/dev/null || { echo "Can't find Configurations repo!" ; exit 1; }
35
 
35
 
36
 ACTION=${1:-init}
36
 ACTION=${1:-init}
37
-IMPORT=${2:-"import-2.0.x"}
37
+IMPORT=${2:-"import-2.1.x"}
38
 EXPORT=${3:-"bugfix-2.1.x"}
38
 EXPORT=${3:-"bugfix-2.1.x"}
39
 
39
 
40
 echo -n "Doing grhh ... " ; grhh ; echo
40
 echo -n "Doing grhh ... " ; grhh ; echo

Loading…
Cancel
Save