Skip to content

Commit

Permalink
Update create-pr-to-update-pact-ffi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Feb 21, 2024
1 parent 6858cf1 commit 5cc5b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/create-pr-to-update-pact-ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
FFI_VERSION=$1
TYPE=${2:-fix}
# DASHERISED_VERSION=$(echo "${FFI_VERSION}" | sed 's/\./\-/g')
BRANCH_NAME="chore/upgrade-to-pact-ffi-${FFI_VERSION}"
BRANCH_NAME="chore/upgrade-to-pact-ffi-v${FFI_VERSION}"

git checkout master
git checkout src/ffi/index.ts
Expand Down

0 comments on commit 5cc5b7c

Please sign in to comment.