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