wrong file for buster.rb

This commit is contained in:
dal 2025-05-09 17:04:26 -06:00
parent 2c4f66da6e
commit 6257cd7a51
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
version="${input_tag#v}"
echo "Input tag: ${input_tag}, Version: ${version}"
formula_file="buster.rb" # Name of the formula file in the tap repository
formula_file="Formula/buster.rb" # Name of the formula file in the tap repository
echo "Generating ${formula_file}..."
echo '# typed: false' > "${formula_file}"