From ebacce2f689226b57cd0f4e3a531b63f0eca7ac8 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 31 Jan 2023 10:04:52 -0500 Subject: [PATCH] Temp revert commit hash --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index de68f9d..43d7679 100755 --- a/openwrtbuilder +++ b/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"