Parcourir la source

Overwrite worktree dir

bryan il y a 10 mois
Parent
commit
6dffe35f26
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

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