Browse Source

Overwrite worktree dir

bryan 10 months ago
parent
commit
6dffe35f26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

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