From b3020d3abc9d1b9326e83d2156e1695457e1a12c Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Wed, 8 Jan 2025 12:30:43 +0200 Subject: [PATCH] rename file for Formula --- Formula/heta-compiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/heta-compiler.rb b/Formula/heta-compiler.rb index 5b83e3a4..b8d5b260 100644 --- a/Formula/heta-compiler.rb +++ b/Formula/heta-compiler.rb @@ -6,6 +6,8 @@ class HetaCompiler < Formula license "Apache-2.0" def install + # Rename the file from `heta-compiler` to `heta` and install it + mv "heta-compiler", "heta" bin.install "heta" end