瀏覽代碼

Fix mfconfig 'copying' message

Scott Lahteine 3 年之前
父節點
當前提交
3c46a4062e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      buildroot/share/git/mfconfig

+ 1
- 1
buildroot/share/git/mfconfig 查看文件

@@ -90,7 +90,7 @@ if [[ $ACTION == "init" ]]; then
90 90
   git checkout init-repo -b BASE || exit
91 91
 
92 92
   # Copy all config files into place
93
-  echo "- Copying configs from Marlin..."
93
+  echo "- Copying all configs from fresh $IMPORT..."
94 94
   cp -R "$TEMP/config" .
95 95
 
96 96
   # Delete anything that's not a Configuration file

Loading…
取消
儲存