Skip to content

Commit 2eef50e

Browse files
committed
Fix tap template path for v0.3.0 release
Match the checked-out public repo layout so the release workflow reads scripts/release/crill.rb instead of a missing .template file.
1 parent 7b1adf2 commit 2eef50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/publish_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def parse_args() -> argparse.Namespace:
186186
parser.add_argument(
187187
"--template-path",
188188
type=Path,
189-
default=ROOT / "scripts" / "release" / "crill.rb.template",
189+
default=ROOT / "scripts" / "release" / "crill.rb",
190190
help="Homebrew formula template path inside the public repo checkout",
191191
)
192192
parser.add_argument(

0 commit comments

Comments
 (0)