Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 16, 2025
1 parent 4f3ea33 commit 8229e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/interactive-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ open-chap-pr() {
local PR_BRANCH="plutus-release/$VERSION"
rm -rf cardano-haskell-packages || true
git fetch --tags
local COMMIT_SHA=$(git rev-parse --verify --quiet $VERSION)
local COMMIT_SHA=$(git rev-parse --verify --quiet "release/$VERSION")
gh repo clone IntersectMBO/cardano-haskell-packages -- --single-branch --branch main
cd cardano-haskell-packages
git checkout -b $PR_BRANCH
Expand Down

0 comments on commit 8229e3a

Please sign in to comment.