Explorar el Código

Temp revert commit hash

bryan hace 2 años
padre
commit
ebacce2f68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -631,7 +631,7 @@ fromSource() {
     debug "commit hash: $commit"
  
     if [[ $RELEASE == "snapshot" ]]; then
-        gitworktreedir="$SRCDIR/$profile/$RELEASE-$commit"
+        gitworktreedir="$SRCDIR/$profile/$RELEASE"
         git -C "$GITSRCDIR" worktree add -d "$gitworktreedir" master
     else
         gitworktreedir="$SRCDIR/$profile/$RELEASE"