Temp revert commit hash

This commit is contained in:
2023-01-31 10:04:52 -05:00
parent 824c23901d
commit ebacce2f68

View File

@@ -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"