mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 15:21:25 +00:00
👔 Update mfconfig import
This commit is contained in:
parent
371ac49fc1
commit
9e73fd7149
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ COMMIT_STEPS=0
|
||||||
#cd "$CONFIGREPO" 2>/dev/null || { echo "Can't find Configurations repo!" ; exit 1; }
|
#cd "$CONFIGREPO" 2>/dev/null || { echo "Can't find Configurations repo!" ; exit 1; }
|
||||||
|
|
||||||
ACTION=${1:-init}
|
ACTION=${1:-init}
|
||||||
IMPORT=${2:-"import-2.0.x"}
|
IMPORT=${2:-"import-2.1.x"}
|
||||||
EXPORT=${3:-"bugfix-2.1.x"}
|
EXPORT=${3:-"bugfix-2.1.x"}
|
||||||
|
|
||||||
echo -n "Doing grhh ... " ; grhh ; echo
|
echo -n "Doing grhh ... " ; grhh ; echo
|
||||||
|
|
Loading…
Reference in a new issue