We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1adf2 commit 2eef50eCopy full SHA for 2eef50e
1 file changed
scripts/release/publish_release.py
@@ -186,7 +186,7 @@ def parse_args() -> argparse.Namespace:
186
parser.add_argument(
187
"--template-path",
188
type=Path,
189
- default=ROOT / "scripts" / "release" / "crill.rb.template",
+ default=ROOT / "scripts" / "release" / "crill.rb",
190
help="Homebrew formula template path inside the public repo checkout",
191
)
192
0 commit comments