Explorar o código

Overwrite worktree dir

bryan hai 10 meses
pai
achega
6dffe35f26
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

@@ -566,6 +566,7 @@ fromSource() {
     wt_cmd=(git -C "$GITSRCDIR"
             worktree add
             --force
+            --force
             --detach
             "$GITWORKTREEDIR")