Ver código fonte

👔 Update mfconfig import

Scott Lahteine 3 anos atrás
pai
commit
9e73fd7149
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig Ver arquivo

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

Carregando…
Cancelar
Salvar