Sfoglia il codice sorgente

Overwrite worktree dir

bryan 10 mesi fa
parent
commit
6dffe35f26
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

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