Skip to content

Commit 8ca3b52

Browse files
committed
fix: fix formula script
1 parent 9d0b665 commit 8ca3b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-brew-formula.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ create_pr() {
149149
pushd $clone_dir
150150
dest_branch="$command-update-$version"
151151
git checkout -b $dest_branch
152+
mkdir -p $clone_dir/Formula
152153
cp $full_ruby $clone_dir/Formula
153154
git add .
154155
git commit --message "Updating $command to $version"

0 commit comments

Comments
 (0)